macop
1.0.5
Contents:
Description
Documentation
Some examples
Contributing
macop
Docs
»
Index
Edit on GitHub
Index
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
K
|
L
|
M
|
N
|
O
|
P
|
R
|
S
|
T
|
U
|
V
|
W
A
addCallback() (macop.algorithms.base.Algorithm method)
algo (macop.callbacks.base.Callback attribute)
(macop.callbacks.classicals.BasicCheckpoint attribute)
(macop.callbacks.multi.MultiCheckpoint attribute)
(macop.callbacks.multi.ParetoCheckpoint attribute)
(macop.callbacks.policies.UCBCheckpoint attribute)
Algorithm (class in macop.algorithms.base)
apply() (macop.operators.base.Crossover method)
(macop.operators.base.Mutation method)
(macop.operators.base.Operator method)
(macop.operators.discrete.crossovers.RandomSplitCrossover method)
(macop.operators.discrete.crossovers.SimpleCrossover method)
(macop.operators.discrete.mutators.SimpleBinaryMutation method)
(macop.operators.discrete.mutators.SimpleMutation method)
B
BasicCheckpoint (class in macop.callbacks.classicals)
bestSolution (macop.algorithms.base.Algorithm attribute)
(macop.algorithms.mono.HillClimberBestImprovment attribute)
(macop.algorithms.mono.HillClimberFirstImprovment attribute)
(macop.algorithms.mono.IteratedLocalSearch attribute)
(macop.algorithms.multi.MOSubProblem attribute)
BinarySolution (class in macop.solutions.discrete)
C
Callback (class in macop.callbacks.base)
callbacks (macop.algorithms.base.Algorithm attribute)
(macop.algorithms.mono.HillClimberBestImprovment attribute)
(macop.algorithms.mono.HillClimberFirstImprovment attribute)
(macop.algorithms.mono.IteratedLocalSearch attribute)
(macop.algorithms.multi.MOEAD attribute)
(macop.algorithms.multi.MOSubProblem attribute)
CombinatoryIntegerSolution (class in macop.solutions.discrete)
compute() (macop.evaluators.knapsacks.KnapsackEvaluator method)
(macop.evaluators.knapsacks.KnapsackMultiEvaluator method)
Crossover (class in macop.operators.base)
currentSolution (macop.algorithms.base.Algorithm attribute)
(macop.algorithms.mono.HillClimberBestImprovment attribute)
(macop.algorithms.mono.HillClimberFirstImprovment attribute)
(macop.algorithms.mono.IteratedLocalSearch attribute)
(macop.algorithms.multi.MOSubProblem attribute)
D
data (macop.solutions.discrete.BinarySolution attribute)
(macop.solutions.discrete.CombinatoryIntegerSolution attribute)
(macop.solutions.discrete.IntegerSolution attribute)
E
end() (macop.algorithms.base.Algorithm method)
(macop.algorithms.multi.MOEAD method)
evaluate() (macop.algorithms.base.Algorithm method)
evaluator (macop.algorithms.base.Algorithm attribute)
(macop.algorithms.mono.HillClimberBestImprovment attribute)
(macop.algorithms.mono.HillClimberFirstImprovment attribute)
(macop.algorithms.mono.IteratedLocalSearch attribute)
(macop.algorithms.multi.MOEAD attribute)
(macop.algorithms.multi.MOSubProblem attribute)
every (macop.callbacks.base.Callback attribute)
(macop.callbacks.classicals.BasicCheckpoint attribute)
(macop.callbacks.multi.MultiCheckpoint attribute)
(macop.callbacks.multi.ParetoCheckpoint attribute)
(macop.callbacks.policies.UCBCheckpoint attribute)
F
filepath (macop.callbacks.base.Callback attribute)
(macop.callbacks.classicals.BasicCheckpoint attribute)
(macop.callbacks.multi.MultiCheckpoint attribute)
(macop.callbacks.multi.ParetoCheckpoint attribute)
(macop.callbacks.policies.UCBCheckpoint attribute)
G
getGlobalEvaluation() (macop.algorithms.base.Algorithm method)
getGlobalMaxEvaluation() (macop.algorithms.base.Algorithm method)
getParent() (macop.algorithms.base.Algorithm method)
H
HillClimberBestImprovment (class in macop.algorithms.mono)
HillClimberFirstImprovment (class in macop.algorithms.mono)
I
increaseEvaluation() (macop.algorithms.base.Algorithm method)
index (macop.algorithms.multi.MOSubProblem attribute)
initalizer (macop.algorithms.base.Algorithm attribute)
(macop.algorithms.mono.HillClimberBestImprovment attribute)
(macop.algorithms.mono.HillClimberFirstImprovment attribute)
(macop.algorithms.mono.IteratedLocalSearch attribute)
(macop.algorithms.multi.MOEAD attribute)
(macop.algorithms.multi.MOSubProblem attribute)
initRun() (macop.algorithms.base.Algorithm method)
(macop.algorithms.multi.MOEAD method)
IntegerSolution (class in macop.solutions.discrete)
isBetter() (macop.algorithms.base.Algorithm method)
IteratedLocalSearch (class in macop.algorithms.mono)
K
kind (macop.operators.base.Crossover attribute)
(macop.operators.base.Mutation attribute)
(macop.operators.discrete.crossovers.RandomSplitCrossover attribute)
(macop.operators.discrete.crossovers.SimpleCrossover attribute)
(macop.operators.discrete.mutators.SimpleBinaryMutation attribute)
(macop.operators.discrete.mutators.SimpleMutation attribute)
KindOperator (class in macop.operators.base)
KnapsackEvaluator (class in macop.evaluators.knapsacks)
KnapsackMultiEvaluator (class in macop.evaluators.knapsacks)
L
load() (macop.callbacks.base.Callback method)
(macop.callbacks.classicals.BasicCheckpoint method)
(macop.callbacks.multi.MultiCheckpoint method)
(macop.callbacks.multi.ParetoCheckpoint method)
(macop.callbacks.policies.UCBCheckpoint method)
M
macop.algorithms.base (module)
macop.algorithms.mono (module)
macop.algorithms.multi (module)
macop.callbacks.base (module)
macop.callbacks.classicals (module)
macop.callbacks.multi (module)
macop.callbacks.policies (module)
macop.evaluators (module)
macop.evaluators.knapsacks (module)
macop.operators.base (module)
macop.operators.continuous.crossovers (module)
macop.operators.continuous.mutators (module)
macop.operators.discrete.crossovers (module)
macop.operators.discrete.mutators (module)
macop.solutions.base (module)
macop.solutions.continuous (module)
macop.solutions.discrete (module)
maximise (macop.algorithms.base.Algorithm attribute)
(macop.algorithms.mono.HillClimberBestImprovment attribute)
(macop.algorithms.mono.HillClimberFirstImprovment attribute)
(macop.algorithms.mono.IteratedLocalSearch attribute)
(macop.algorithms.multi.MOEAD attribute)
(macop.algorithms.multi.MOSubProblem attribute)
MOEAD (class in macop.algorithms.multi)
MOSubProblem (class in macop.algorithms.multi)
mu (macop.algorithms.multi.MOEAD attribute)
MultiCheckpoint (class in macop.callbacks.multi)
Mutation (class in macop.operators.base)
N
nObjectives (macop.algorithms.multi.MOEAD attribute)
O
Operator (class in macop.operators.base)
operators (macop.algorithms.base.Algorithm attribute)
(macop.algorithms.mono.HillClimberBestImprovment attribute)
(macop.algorithms.mono.HillClimberFirstImprovment attribute)
(macop.algorithms.mono.IteratedLocalSearch attribute)
(macop.algorithms.multi.MOEAD attribute)
(macop.algorithms.multi.MOSubProblem attribute)
P
parent (macop.algorithms.base.Algorithm attribute)
ParetoCheckpoint (class in macop.callbacks.multi)
pfPop (macop.algorithms.multi.MOEAD attribute)
policy (macop.algorithms.base.Algorithm attribute)
(macop.algorithms.mono.HillClimberBestImprovment attribute)
(macop.algorithms.mono.HillClimberFirstImprovment attribute)
(macop.algorithms.mono.IteratedLocalSearch attribute)
(macop.algorithms.multi.MOEAD attribute)
(macop.algorithms.multi.MOSubProblem attribute)
population (macop.algorithms.multi.MOEAD attribute)
progress() (macop.algorithms.base.Algorithm method)
(macop.algorithms.multi.MOEAD method)
R
random() (macop.solutions.discrete.BinarySolution method)
(macop.solutions.discrete.CombinatoryIntegerSolution method)
(macop.solutions.discrete.IntegerSolution method)
RandomSplitCrossover (class in macop.operators.discrete.crossovers)
resume() (macop.algorithms.base.Algorithm method)
run() (macop.algorithms.base.Algorithm method)
(macop.algorithms.mono.HillClimberBestImprovment method)
(macop.algorithms.mono.HillClimberFirstImprovment method)
(macop.algorithms.mono.IteratedLocalSearch method)
(macop.algorithms.multi.MOEAD method)
(macop.algorithms.multi.MOSubProblem method)
(macop.callbacks.base.Callback method)
(macop.callbacks.classicals.BasicCheckpoint method)
(macop.callbacks.multi.MultiCheckpoint method)
(macop.callbacks.multi.ParetoCheckpoint method)
(macop.callbacks.policies.UCBCheckpoint method)
S
score (macop.solutions.discrete.BinarySolution attribute)
(macop.solutions.discrete.CombinatoryIntegerSolution attribute)
(macop.solutions.discrete.IntegerSolution attribute)
setAlgo() (macop.callbacks.base.Callback method)
(macop.operators.base.Operator method)
SimpleBinaryMutation (class in macop.operators.discrete.mutators)
SimpleCrossover (class in macop.operators.discrete.crossovers)
SimpleMutation (class in macop.operators.discrete.mutators)
size (macop.solutions.discrete.BinarySolution attribute)
(macop.solutions.discrete.CombinatoryIntegerSolution attribute)
(macop.solutions.discrete.IntegerSolution attribute)
stop() (macop.algorithms.base.Algorithm method)
T
T (macop.algorithms.multi.MOEAD attribute)
U
UCBCheckpoint (class in macop.callbacks.policies)
update() (macop.algorithms.base.Algorithm method)
V
validator (macop.algorithms.base.Algorithm attribute)
(macop.algorithms.mono.HillClimberBestImprovment attribute)
(macop.algorithms.mono.HillClimberFirstImprovment attribute)
(macop.algorithms.mono.IteratedLocalSearch attribute)
(macop.algorithms.multi.MOEAD attribute)
(macop.algorithms.multi.MOSubProblem attribute)
verbose (macop.algorithms.base.Algorithm attribute)
(macop.algorithms.multi.MOEAD attribute)
(macop.algorithms.multi.MOSubProblem attribute)
W
weights (macop.algorithms.multi.MOEAD attribute)
(macop.algorithms.multi.MOSubProblem attribute)