|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SATManager
Classes with this interface manage the creation of Genotypes and the
decoding to a Model.
| Method Summary | |
|---|---|
org.opt4j.core.Genotype |
createSATGenotype(java.util.List<java.lang.Object> variables,
java.util.Map<java.lang.Object,java.lang.Double> lowerBounds,
java.util.Map<java.lang.Object,java.lang.Double> upperBounds,
java.util.Map<java.lang.Object,java.lang.Double> priorities,
java.util.Map<java.lang.Object,java.lang.Boolean> phases)
Creates a new Genotype from the variables, priorities, and
phases. |
Model |
decodeSATGenotype(java.util.List<java.lang.Object> variables,
org.opt4j.core.Genotype genotype)
Decodes the Genotype into a Model. |
Solver |
getSolver()
Returns the Solver. |
| Method Detail |
|---|
Solver getSolver()
Solver.
org.opt4j.core.Genotype createSATGenotype(java.util.List<java.lang.Object> variables,
java.util.Map<java.lang.Object,java.lang.Double> lowerBounds,
java.util.Map<java.lang.Object,java.lang.Double> upperBounds,
java.util.Map<java.lang.Object,java.lang.Double> priorities,
java.util.Map<java.lang.Object,java.lang.Boolean> phases)
Genotype from the variables, priorities, and
phases.
variables - the variableslowerBounds - the lower bounds for the priority for the variablesupperBounds - the upper bounds for the priority for the variablespriorities - the prioritiesphases - the phases
Model decodeSATGenotype(java.util.List<java.lang.Object> variables,
org.opt4j.core.Genotype genotype)
Genotype into a Model.
variables - the variables of the problemgenotype - the genotype
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||