opt4j-tutorial 3.0 API

Packages
org.opt4j.tutorial The tutorial provides three examples for user-defined problems, one example for an Optimizer implementation, and one example for a new Operator.
org.opt4j.tutorial.helloworld The helloworld example is a simple problem which shows the implementation of the Decoder, Evaluator and Creator interfaces which is the minimum requirement for own optimization problems.
org.opt4j.tutorial.minones The minones example is a simple problem which uses SAT decoding to hand infeasible individuals.
org.opt4j.tutorial.operator The operator example shows how to add own Operators for the modification of Genotypes.
org.opt4j.tutorial.optimizer The optimizer example shows the implementation of a simple optimizer which uses the Mutate operator.
org.opt4j.tutorial.salesman The salesman example implements the Traveling Salesman Problem.