macop
0.1.3
Contents:
Description
Documentation
Examples
Contributing
macop
Docs
»
Index
Edit on GitHub
Index
_
|
A
|
B
|
C
|
E
|
G
|
I
|
K
|
L
|
M
|
O
|
P
|
R
|
S
|
U
|
V
_
_checkpoint (macop.algorithms.Algorithm.Algorithm attribute)
_class (macop.algorithms.Algorithm.Algorithm attribute)
_every (macop.algorithms.Algorithm.Algorithm attribute)
_filepath (macop.algorithms.Algorithm.Algorithm attribute)
A
addCheckpoint() (macop.algorithms.Algorithm.Algorithm method)
Algorithm (class in macop.algorithms.Algorithm)
B
bestSolution (macop.algorithms.Algorithm.Algorithm attribute)
C
checkpoint (macop.algorithms.Algorithm.Algorithm attribute)
currentSolution (macop.algorithms.Algorithm.Algorithm attribute)
E
evaluate() (macop.algorithms.Algorithm.Algorithm method)
evaluator (macop.algorithms.Algorithm.Algorithm attribute)
G
getGlobalEvaluation() (macop.algorithms.Algorithm.Algorithm method)
I
increaseEvaluation() (macop.algorithms.Algorithm.Algorithm method)
initalizer (macop.algorithms.Algorithm.Algorithm attribute)
initRun() (macop.algorithms.Algorithm.Algorithm method)
isBetter() (macop.algorithms.Algorithm.Algorithm method)
IteratedLocalSearch (class in macop.algorithms.IteratedLocalSearch)
K
KindOperator (class in macop.operators.Operator)
L
LocalSearch (class in macop.algorithms.LocalSearch)
M
macop.algorithms.Algorithm (module)
macop.algorithms.IteratedLocalSearch (module)
macop.algorithms.LocalSearch (module)
macop.checkpoints.BasicCheckpoint (module)
macop.checkpoints.Checkpoint (module)
macop.evaluators.EvaluatorExample (module)
macop.operators.crossovers.Crossover (module)
macop.operators.crossovers.RandomSplitCrossover (module)
macop.operators.crossovers.SimpleCrossover (module)
macop.operators.mutators.Mutation (module)
macop.operators.mutators.SimpleBinaryMutation (module)
macop.operators.mutators.SimpleMutation (module)
macop.operators.Operator (module)
macop.operators.policies.Policy (module)
macop.operators.policies.RandomPolicy (module)
macop.solutions.BinarySolution (module)
macop.solutions.CombinatoryIntegerSolution (module)
macop.solutions.IntegerSolution (module)
macop.solutions.Solution (module)
maximise (macop.algorithms.Algorithm.Algorithm attribute)
O
operators (macop.algorithms.Algorithm.Algorithm attribute)
P
parent (macop.algorithms.Algorithm.Algorithm attribute)
policy (macop.algorithms.Algorithm.Algorithm attribute)
R
resume() (macop.algorithms.Algorithm.Algorithm method)
run() (macop.algorithms.Algorithm.Algorithm method)
(macop.algorithms.IteratedLocalSearch.IteratedLocalSearch method)
(macop.algorithms.LocalSearch.LocalSearch method)
S
setCheckpoint() (macop.algorithms.Algorithm.Algorithm method)
stop() (macop.algorithms.Algorithm.Algorithm method)
U
update() (macop.algorithms.Algorithm.Algorithm method)
V
validator (macop.algorithms.Algorithm.Algorithm attribute)