Skip to content

NOMAD 4.5.0

Latest
Compare
Choose a tag to compare
@ctribes ctribes released this 28 Jan 20:34
· 5 commits to master since this release
0f6d8ca

NOMAD 4 is available as open-source code, under the LGPL license. Compilation on MacOS, Windows and Linux is done using cmake.
Binary packages are also available.

We are looking forward for user feedback.
For more information, reach out to [email protected].

The user guide is available here.

We recommend to download the complete NOMAD source files and examples and build the project for your platform. The user guide describes the complete steps for building.

For users who do not follow the previous recommendation, a compact version with binaries (zipped) are available for Windows, Mac-OSX and Linux Ubuntu in the Assets section below. Please note, that you will need to do manual modifications to execute the binaries: the path environment variables must be updated to contain the location of the libraries (src and ext/sgtelib) and an application downloaded from internet must be allowed to execute.

New in Release 4.5:
DMultiMads algorithm for multi-objective optimization with advanced search methods.
Add more callbacks functions for controlling runs and the examples to illustrate how to use them.
PyNomad supporting parallel evaluations (except for OSX) can be installed from PyPi.org.