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 ==
cd minfx-$v
pip install .
cd ..
python -c "import minfx;print minfx.__version__, minfx.__file__"
|lang="bash"
}}
From source code
<source lang="bash">
cd path_to/relax
svn co svn://svn.gna.org/svn/minfx/trunk minfx_down
ln -s minfx_down/minfx/ minfx
# Test
relax -i
</source>
=== Windows ===
== See also ==
[[Category:Installation]]
[[Category:Software]]