Open main menu

Changes

Minfx

108 bytes added, 06:44, 8 September 2017
no edit summary
= Minfx =The [https[File://gna.org/projects/minfx/ minfx project] is a Python package for numerical optimisation, being a large collection of standard minimisation algorithms. The name minfx is simply a shortening of the mathematical expression min f(x)logo. png|thumb]]
The [https://sourceforge.net/projects/minfx/ minfx project] is a Python package for numerical optimisation, being a large collection of standard minimisation algorithms. The name minfx is simply a shortening of the mathematical expression min f(x).  Available here:# https://sourceforge.net/projects/minfx# https://github.com/minfx# https://gitlab.com/minfx == Install ==
Guides to install on different systems.
=== Linux and Mac ===Remember to check, if there are newer versions of [httphttps://downloadsourceforge.gna.orgnet/projects/minfx / minfx]. <br>The [https://gnasourceforge.orgnet/projects/minfx/ minfx] library can be installed on all UNIX systems by typing:<{{#tag:source lang="bash">|
# Change to bash, if in tcsh shell
bash
v=1.0.11{{current version minfx}}# In tcsh: set v={{current version minfx}}
cd $HOME/Downloads
curl httpwget https://downloadsourceforge.gna.orgnet/projects/minfx/minfx-files/$v.tar.gz -o /minfx-$v.tar.gz
tar -xzf minfx-$v.tar.gz
rm minfx-$v.tar.gz
cd minfx-$v
 
# Then either
sudo pip install -e .
# Or
pip install .
 
cd ..
</source>python -c "import minfx;print minfx.__version__, minfx.__file__" From source code <source |lang="bash">cd path_to/relax svn co svn://svn.gna.org/svn/minfx/trunk minfx_downln -s minfx_down/minfx/ minfx  # Testrelax -i </source> == Windows ==}}
== See also ==
[[Category:Installation]]
[[Category:Software]]
Trusted, Bureaucrats
1,382

edits