macop
1.0.2
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.Algorithm.Algorithm method)
algo (macop.callbacks.BasicCheckpoint.BasicCheckpoint attribute)
(macop.callbacks.Callback.Callback attribute)
(macop.callbacks.MultiCheckpoint.MultiCheckpoint attribute)
(macop.callbacks.ParetoCheckpoint.ParetoCheckpoint attribute)
(macop.callbacks.UCBCheckpoint.UCBCheckpoint attribute)
Algorithm (class in macop.algorithms.Algorithm)
apply() (macop.operators.crossovers.Crossover.Crossover method)
(macop.operators.crossovers.RandomSplitCrossover.RandomSplitCrossover method)
(macop.operators.crossovers.SimpleCrossover.SimpleCrossover method)
(macop.operators.mutators.Mutation.Mutation method)
(macop.operators.mutators.SimpleBinaryMutation.SimpleBinaryMutation method)
(macop.operators.mutators.SimpleMutation.SimpleMutation method)
(macop.operators.Operator.Operator method)
(macop.operators.policies.Policy.Policy method)
(macop.operators.policies.UCBPolicy.UCBPolicy method)
B
BasicCheckpoint (class in macop.callbacks.BasicCheckpoint)
bestSolution (macop.algorithms.Algorithm.Algorithm attribute)
(macop.algorithms.mono.HillClimberBestImprovment.HillClimberBestImprovment attribute)
(macop.algorithms.mono.HillClimberFirstImprovment.HillClimberFirstImprovment attribute)
(macop.algorithms.mono.IteratedLocalSearch.IteratedLocalSearch attribute)
(macop.algorithms.multi.MOSubProblem.MOSubProblem attribute)
BinarySolution (class in macop.solutions.BinarySolution)
C
C (macop.operators.policies.UCBPolicy.UCBPolicy attribute)
Callback (class in macop.callbacks.Callback)
callbacks (macop.algorithms.Algorithm.Algorithm attribute)
(macop.algorithms.mono.HillClimberBestImprovment.HillClimberBestImprovment attribute)
(macop.algorithms.mono.HillClimberFirstImprovment.HillClimberFirstImprovment attribute)
(macop.algorithms.mono.IteratedLocalSearch.IteratedLocalSearch attribute)
(macop.algorithms.multi.MOEAD.MOEAD attribute)
(macop.algorithms.multi.MOSubProblem.MOSubProblem attribute)
CombinatoryIntegerSolution (class in macop.solutions.CombinatoryIntegerSolution)
Crossover (class in macop.operators.crossovers.Crossover)
currentSolution (macop.algorithms.Algorithm.Algorithm attribute)
(macop.algorithms.mono.HillClimberBestImprovment.HillClimberBestImprovment attribute)
(macop.algorithms.mono.HillClimberFirstImprovment.HillClimberFirstImprovment attribute)
(macop.algorithms.mono.IteratedLocalSearch.IteratedLocalSearch attribute)
(macop.algorithms.multi.MOSubProblem.MOSubProblem attribute)
D
data (macop.solutions.BinarySolution.BinarySolution attribute)
(macop.solutions.CombinatoryIntegerSolution.CombinatoryIntegerSolution attribute)
(macop.solutions.IntegerSolution.IntegerSolution attribute)
E
end() (macop.algorithms.Algorithm.Algorithm method)
(macop.algorithms.multi.MOEAD.MOEAD method)
evaluate() (macop.algorithms.Algorithm.Algorithm method)
evaluator (macop.algorithms.Algorithm.Algorithm attribute)
(macop.algorithms.mono.HillClimberBestImprovment.HillClimberBestImprovment attribute)
(macop.algorithms.mono.HillClimberFirstImprovment.HillClimberFirstImprovment attribute)
(macop.algorithms.mono.IteratedLocalSearch.IteratedLocalSearch attribute)
(macop.algorithms.multi.MOEAD.MOEAD attribute)
(macop.algorithms.multi.MOSubProblem.MOSubProblem attribute)
evaluatorExample() (in module macop.evaluators.EvaluatorExample)
every (macop.callbacks.BasicCheckpoint.BasicCheckpoint attribute)
(macop.callbacks.Callback.Callback attribute)
(macop.callbacks.MultiCheckpoint.MultiCheckpoint attribute)
(macop.callbacks.ParetoCheckpoint.ParetoCheckpoint attribute)
(macop.callbacks.UCBCheckpoint.UCBCheckpoint attribute)
exp_rate (macop.operators.policies.UCBPolicy.UCBPolicy attribute)
F
filepath (macop.callbacks.BasicCheckpoint.BasicCheckpoint attribute)
(macop.callbacks.Callback.Callback attribute)
(macop.callbacks.MultiCheckpoint.MultiCheckpoint attribute)
(macop.callbacks.ParetoCheckpoint.ParetoCheckpoint attribute)
(macop.callbacks.UCBCheckpoint.UCBCheckpoint attribute)
G
getGlobalEvaluation() (macop.algorithms.Algorithm.Algorithm method)
getGlobalMaxEvaluation() (macop.algorithms.Algorithm.Algorithm method)
getParent() (macop.algorithms.Algorithm.Algorithm method)
H
HillClimberBestImprovment (class in macop.algorithms.mono.HillClimberBestImprovment)
HillClimberFirstImprovment (class in macop.algorithms.mono.HillClimberFirstImprovment)
I
increaseEvaluation() (macop.algorithms.Algorithm.Algorithm method)
index (macop.algorithms.multi.MOSubProblem.MOSubProblem attribute)
initalizer (macop.algorithms.Algorithm.Algorithm attribute)
(macop.algorithms.mono.HillClimberBestImprovment.HillClimberBestImprovment attribute)
(macop.algorithms.mono.HillClimberFirstImprovment.HillClimberFirstImprovment attribute)
(macop.algorithms.mono.IteratedLocalSearch.IteratedLocalSearch attribute)
(macop.algorithms.multi.MOEAD.MOEAD attribute)
(macop.algorithms.multi.MOSubProblem.MOSubProblem attribute)
initRun() (macop.algorithms.Algorithm.Algorithm method)
(macop.algorithms.multi.MOEAD.MOEAD method)
IntegerSolution (class in macop.solutions.IntegerSolution)
isBetter() (macop.algorithms.Algorithm.Algorithm method)
IteratedLocalSearch (class in macop.algorithms.mono.IteratedLocalSearch)
K
kind (macop.operators.crossovers.Crossover.Crossover attribute)
(macop.operators.crossovers.RandomSplitCrossover.RandomSplitCrossover attribute)
(macop.operators.crossovers.SimpleCrossover.SimpleCrossover attribute)
(macop.operators.mutators.Mutation.Mutation attribute)
(macop.operators.mutators.SimpleBinaryMutation.SimpleBinaryMutation attribute)
(macop.operators.mutators.SimpleMutation.SimpleMutation attribute)
KindOperator (class in macop.operators.Operator)
L
load() (macop.callbacks.BasicCheckpoint.BasicCheckpoint method)
(macop.callbacks.Callback.Callback method)
(macop.callbacks.MultiCheckpoint.MultiCheckpoint method)
(macop.callbacks.ParetoCheckpoint.ParetoCheckpoint method)
(macop.callbacks.UCBCheckpoint.UCBCheckpoint method)
M
macop.algorithms.Algorithm (module)
macop.algorithms.mono.HillClimberBestImprovment (module)
macop.algorithms.mono.HillClimberFirstImprovment (module)
macop.algorithms.mono.IteratedLocalSearch (module)
macop.algorithms.multi.MOEAD (module)
macop.algorithms.multi.MOSubProblem (module)
macop.callbacks.BasicCheckpoint (module)
macop.callbacks.Callback (module)
macop.callbacks.MultiCheckpoint (module)
macop.callbacks.ParetoCheckpoint (module)
macop.callbacks.UCBCheckpoint (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.operators.policies.UCBPolicy (module)
macop.solutions.BinarySolution (module)
macop.solutions.CombinatoryIntegerSolution (module)
macop.solutions.IntegerSolution (module)
macop.solutions.Solution (module)
maximise (macop.algorithms.Algorithm.Algorithm attribute)
(macop.algorithms.mono.HillClimberBestImprovment.HillClimberBestImprovment attribute)
(macop.algorithms.mono.HillClimberFirstImprovment.HillClimberFirstImprovment attribute)
(macop.algorithms.mono.IteratedLocalSearch.IteratedLocalSearch attribute)
(macop.algorithms.multi.MOEAD.MOEAD attribute)
(macop.algorithms.multi.MOSubProblem.MOSubProblem attribute)
MOEAD (class in macop.algorithms.multi.MOEAD)
MOSubProblem (class in macop.algorithms.multi.MOSubProblem)
mu (macop.algorithms.multi.MOEAD.MOEAD attribute)
MultiCheckpoint (class in macop.callbacks.MultiCheckpoint)
Mutation (class in macop.operators.mutators.Mutation)
N
nObjectives (macop.algorithms.multi.MOEAD.MOEAD attribute)
O
occurrences (macop.operators.policies.UCBPolicy.UCBPolicy attribute)
Operator (class in macop.operators.Operator)
operators (macop.algorithms.Algorithm.Algorithm attribute)
(macop.algorithms.mono.HillClimberBestImprovment.HillClimberBestImprovment attribute)
(macop.algorithms.mono.HillClimberFirstImprovment.HillClimberFirstImprovment attribute)
(macop.algorithms.mono.IteratedLocalSearch.IteratedLocalSearch attribute)
(macop.algorithms.multi.MOEAD.MOEAD attribute)
(macop.algorithms.multi.MOSubProblem.MOSubProblem attribute)
(macop.operators.policies.Policy.Policy attribute)
(macop.operators.policies.RandomPolicy.RandomPolicy attribute)
(macop.operators.policies.UCBPolicy.UCBPolicy attribute)
P
parent (macop.algorithms.Algorithm.Algorithm attribute)
ParetoCheckpoint (class in macop.callbacks.ParetoCheckpoint)
pfPop (macop.algorithms.multi.MOEAD.MOEAD attribute)
Policy (class in macop.operators.policies.Policy)
policy (macop.algorithms.Algorithm.Algorithm attribute)
(macop.algorithms.mono.HillClimberBestImprovment.HillClimberBestImprovment attribute)
(macop.algorithms.mono.HillClimberFirstImprovment.HillClimberFirstImprovment attribute)
(macop.algorithms.mono.IteratedLocalSearch.IteratedLocalSearch attribute)
(macop.algorithms.multi.MOEAD.MOEAD attribute)
(macop.algorithms.multi.MOSubProblem.MOSubProblem attribute)
population (macop.algorithms.multi.MOEAD.MOEAD attribute)
progress() (macop.algorithms.Algorithm.Algorithm method)
(macop.algorithms.multi.MOEAD.MOEAD method)
R
random() (macop.solutions.BinarySolution.BinarySolution method)
(macop.solutions.CombinatoryIntegerSolution.CombinatoryIntegerSolution method)
(macop.solutions.IntegerSolution.IntegerSolution method)
RandomPolicy (class in macop.operators.policies.RandomPolicy)
RandomSplitCrossover (class in macop.operators.crossovers.RandomSplitCrossover)
resume() (macop.algorithms.Algorithm.Algorithm method)
rewards (macop.operators.policies.UCBPolicy.UCBPolicy attribute)
run() (macop.algorithms.Algorithm.Algorithm method)
(macop.algorithms.mono.HillClimberBestImprovment.HillClimberBestImprovment method)
(macop.algorithms.mono.HillClimberFirstImprovment.HillClimberFirstImprovment method)
(macop.algorithms.mono.IteratedLocalSearch.IteratedLocalSearch method)
(macop.algorithms.multi.MOEAD.MOEAD method)
(macop.algorithms.multi.MOSubProblem.MOSubProblem method)
(macop.callbacks.BasicCheckpoint.BasicCheckpoint method)
(macop.callbacks.Callback.Callback method)
(macop.callbacks.MultiCheckpoint.MultiCheckpoint method)
(macop.callbacks.ParetoCheckpoint.ParetoCheckpoint method)
(macop.callbacks.UCBCheckpoint.UCBCheckpoint method)
S
score (macop.solutions.BinarySolution.BinarySolution attribute)
(macop.solutions.CombinatoryIntegerSolution.CombinatoryIntegerSolution attribute)
(macop.solutions.IntegerSolution.IntegerSolution attribute)
select() (macop.operators.policies.Policy.Policy method)
(macop.operators.policies.RandomPolicy.RandomPolicy method)
(macop.operators.policies.UCBPolicy.UCBPolicy method)
setAlgo() (macop.callbacks.Callback.Callback method)
(macop.operators.Operator.Operator method)
(macop.operators.policies.Policy.Policy method)
SimpleBinaryMutation (class in macop.operators.mutators.SimpleBinaryMutation)
SimpleCrossover (class in macop.operators.crossovers.SimpleCrossover)
SimpleMutation (class in macop.operators.mutators.SimpleMutation)
size (macop.solutions.BinarySolution.BinarySolution attribute)
(macop.solutions.CombinatoryIntegerSolution.CombinatoryIntegerSolution attribute)
(macop.solutions.IntegerSolution.IntegerSolution attribute)
stop() (macop.algorithms.Algorithm.Algorithm method)
T
T (macop.algorithms.multi.MOEAD.MOEAD attribute)
U
UCBCheckpoint (class in macop.callbacks.UCBCheckpoint)
UCBPolicy (class in macop.operators.policies.UCBPolicy)
update() (macop.algorithms.Algorithm.Algorithm method)
V
validator (macop.algorithms.Algorithm.Algorithm attribute)
(macop.algorithms.mono.HillClimberBestImprovment.HillClimberBestImprovment attribute)
(macop.algorithms.mono.HillClimberFirstImprovment.HillClimberFirstImprovment attribute)
(macop.algorithms.mono.IteratedLocalSearch.IteratedLocalSearch attribute)
(macop.algorithms.multi.MOEAD.MOEAD attribute)
(macop.algorithms.multi.MOSubProblem.MOSubProblem attribute)
W
weights (macop.algorithms.multi.MOEAD.MOEAD attribute)
(macop.algorithms.multi.MOSubProblem.MOSubProblem attribute)