OptimizationΒΆ

Starting with foxes version 0.8, the optimization functionalities have been moved to the separate package foxes-opt. This has to be installed in addition to the main package:

pip install foxes[opt]

or

pip install foxes-opt

or

conda install foxes-opt -c conda-forge

Compared to older versions, replace foxes.opt by foxes_opt in all your scripts - then everything should just run as before.

Optimization examples can be found here in the foxes-opt documentation.