org.opt4j.tutorial.optimizer.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of opt4j-tutorial Show documentation
Show all versions of opt4j-tutorial Show documentation
The tutorial classes for Opt4J
/**
* The optimizer example shows the implementation of a simple optimizer which
* uses the {@link org.opt4j.operators.mutate.Mutate} operator. The optimizer is
* implemented in {@link org.opt4j.tutorial.optimizer.MutateOptimizer} and bound
* using the {@link org.opt4j.tutorial.optimizer.MutateOptimizerModule}.
*/
package org.opt4j.tutorial.optimizer;