Open main menu

Changes

Minfx

122 bytes added, 11:51, 6 September 2017
no edit summary
[[File:The minfx logo.png|thumb]]
The [https://gnasourceforge.orgnet/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).
== Install ==
=== 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|
# Change to bash, if in tcsh shell
v={{current version minfx}}
# In tcsh: set v={{current version bmrblib}}
 
wget https://sourceforge.net/projects/bmrblib/files/$v/bmrblib-$v.tar.gz
 
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 .
Trusted, Bureaucrats
1,382

edits