JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Package:
Description
Related Packages
Classes and Interfaces
Package:
Description
|
Related Packages
|
Classes and Interfaces
SEARCH
Package org.opt4j.tutorial.minones
package
org.opt4j.tutorial.minones
The minones example is a simple problem which uses SAT decoding to hand infeasible individuals.
Related Packages
Package
Description
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.operator
The operator example shows how to add own
Operator
s for the modification of
Genotype
s.
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
.
Classes
Class
Description
MinOnesDecoder
MinOnesEvaluator
MinOnesModule
MinOnesResult