Specifies which optimization algorithm to use.
Specifies which optimization algorithm to use.
Getting/setting the optimization algorithm.
Controls how many parallel threads to be used.
Controls how many parallel threads to be used. 0 means to exploit all available cores (n_cores), negative numbers x mean that n_cores - |x| threads should be started.
Add numerical parameter with a name, bounds, but WITHOUT a step size.
Add numerical parameter with a name, bounds, but WITHOUT a step size.
Step size this is not supported by the default genotypes (e.g. see org.opt4j.core.genotype.DoubleGenotype).
Defines the Opt4J problem module to be used.
Flag to control whether the GUI of Opt4J is shown during optimization or not.
Support for Opt4J.