|
@@ -9,7 +9,7 @@
|
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
|
|
- <title>Index — macop v0.1.4 documentation</title>
|
|
|
+ <title>Index — macop v0.1.5 documentation</title>
|
|
|
|
|
|
|
|
|
|
|
@@ -59,7 +59,7 @@
|
|
|
|
|
|
|
|
|
<div class="version">
|
|
|
- 0.1.4
|
|
|
+ 0.1.5
|
|
|
</div>
|
|
|
|
|
|
|
|
@@ -159,10 +159,10 @@
|
|
|
<h1 id="index">Index</h1>
|
|
|
|
|
|
<div class="genindex-jumpbox">
|
|
|
- <a href="#_"><strong>_</strong></a>
|
|
|
- | <a href="#A"><strong>A</strong></a>
|
|
|
+ <a href="#A"><strong>A</strong></a>
|
|
|
| <a href="#B"><strong>B</strong></a>
|
|
|
| <a href="#C"><strong>C</strong></a>
|
|
|
+ | <a href="#D"><strong>D</strong></a>
|
|
|
| <a href="#E"><strong>E</strong></a>
|
|
|
| <a href="#F"><strong>F</strong></a>
|
|
|
| <a href="#G"><strong>G</strong></a>
|
|
@@ -178,41 +178,37 @@
|
|
|
| <a href="#V"><strong>V</strong></a>
|
|
|
|
|
|
</div>
|
|
|
-<h2 id="_">_</h2>
|
|
|
+<h2 id="A">A</h2>
|
|
|
<table style="width: 100%" class="indextable genindextable"><tr>
|
|
|
<td style="width: 33%; vertical-align: top;"><ul>
|
|
|
- <li><a href="macop/macop.algorithms.Algorithm.html#macop.algorithms.Algorithm.Algorithm._checkpoint">_checkpoint (macop.algorithms.Algorithm.Algorithm attribute)</a>
|
|
|
-</li>
|
|
|
- <li><a href="macop/macop.algorithms.Algorithm.html#macop.algorithms.Algorithm.Algorithm._class">_class (macop.algorithms.Algorithm.Algorithm attribute)</a>
|
|
|
+ <li><a href="macop/macop.algorithms.Algorithm.html#macop.algorithms.Algorithm.Algorithm.addCheckpoint">addCheckpoint() (macop.algorithms.Algorithm.Algorithm method)</a>
|
|
|
</li>
|
|
|
- <li><a href="macop/macop.algorithms.IteratedLocalSearch.html#macop.algorithms.IteratedLocalSearch.IteratedLocalSearch._evaluations">_evaluations (macop.algorithms.IteratedLocalSearch.IteratedLocalSearch attribute)</a>
|
|
|
+ <li><a href="macop/macop.checkpoints.BasicCheckpoint.html#macop.checkpoints.BasicCheckpoint.BasicCheckpoint.algo">algo (macop.checkpoints.BasicCheckpoint.BasicCheckpoint attribute)</a>
|
|
|
|
|
|
<ul>
|
|
|
- <li><a href="macop/macop.algorithms.LocalSearch.html#macop.algorithms.LocalSearch.LocalSearch._evaluations">(macop.algorithms.LocalSearch.LocalSearch attribute)</a>
|
|
|
+ <li><a href="macop/macop.checkpoints.Checkpoint.html#macop.checkpoints.Checkpoint.Checkpoint.algo">(macop.checkpoints.Checkpoint.Checkpoint attribute)</a>
|
|
|
</li>
|
|
|
</ul></li>
|
|
|
- </ul></td>
|
|
|
- <td style="width: 33%; vertical-align: top;"><ul>
|
|
|
- <li><a href="macop/macop.algorithms.Algorithm.html#macop.algorithms.Algorithm.Algorithm._every">_every (macop.algorithms.Algorithm.Algorithm attribute)</a>
|
|
|
+ <li><a href="macop/macop.algorithms.Algorithm.html#macop.algorithms.Algorithm.Algorithm">Algorithm (class in macop.algorithms.Algorithm)</a>
|
|
|
</li>
|
|
|
- <li><a href="macop/macop.algorithms.Algorithm.html#macop.algorithms.Algorithm.Algorithm._filepath">_filepath (macop.algorithms.Algorithm.Algorithm attribute)</a>
|
|
|
+ <li><a href="macop/macop.operators.crossovers.Crossover.html#macop.operators.crossovers.Crossover.Crossover.apply">apply() (macop.operators.crossovers.Crossover.Crossover method)</a>
|
|
|
+
|
|
|
+ <ul>
|
|
|
+ <li><a href="macop/macop.operators.crossovers.RandomSplitCrossover.html#macop.operators.crossovers.RandomSplitCrossover.RandomSplitCrossover.apply">(macop.operators.crossovers.RandomSplitCrossover.RandomSplitCrossover method)</a>
|
|
|
</li>
|
|
|
- <li><a href="macop/macop.algorithms.IteratedLocalSearch.html#macop.algorithms.IteratedLocalSearch.IteratedLocalSearch._ls_evaluations">_ls_evaluations (macop.algorithms.IteratedLocalSearch.IteratedLocalSearch attribute)</a>
|
|
|
+ <li><a href="macop/macop.operators.crossovers.SimpleCrossover.html#macop.operators.crossovers.SimpleCrossover.SimpleCrossover.apply">(macop.operators.crossovers.SimpleCrossover.SimpleCrossover method)</a>
|
|
|
</li>
|
|
|
- </ul></td>
|
|
|
-</tr></table>
|
|
|
-
|
|
|
-<h2 id="A">A</h2>
|
|
|
-<table style="width: 100%" class="indextable genindextable"><tr>
|
|
|
- <td style="width: 33%; vertical-align: top;"><ul>
|
|
|
- <li><a href="macop/macop.algorithms.Algorithm.html#macop.algorithms.Algorithm.Algorithm.addCheckpoint">addCheckpoint() (macop.algorithms.Algorithm.Algorithm method)</a>
|
|
|
+ <li><a href="macop/macop.operators.mutators.Mutation.html#macop.operators.mutators.Mutation.Mutation.apply">(macop.operators.mutators.Mutation.Mutation method)</a>
|
|
|
</li>
|
|
|
- </ul></td>
|
|
|
- <td style="width: 33%; vertical-align: top;"><ul>
|
|
|
- <li><a href="macop/macop.checkpoints.Checkpoint.html#macop.checkpoints.Checkpoint.Checkpoint.algo">algo (macop.checkpoints.Checkpoint.Checkpoint attribute)</a>
|
|
|
+ <li><a href="macop/macop.operators.mutators.SimpleBinaryMutation.html#macop.operators.mutators.SimpleBinaryMutation.SimpleBinaryMutation.apply">(macop.operators.mutators.SimpleBinaryMutation.SimpleBinaryMutation method)</a>
|
|
|
</li>
|
|
|
- <li><a href="macop/macop.algorithms.Algorithm.html#macop.algorithms.Algorithm.Algorithm">Algorithm (class in macop.algorithms.Algorithm)</a>
|
|
|
+ <li><a href="macop/macop.operators.mutators.SimpleMutation.html#macop.operators.mutators.SimpleMutation.SimpleMutation.apply">(macop.operators.mutators.SimpleMutation.SimpleMutation method)</a>
|
|
|
</li>
|
|
|
+ <li><a href="macop/macop.operators.Operator.html#macop.operators.Operator.Operator.apply">(macop.operators.Operator.Operator method)</a>
|
|
|
+</li>
|
|
|
+ <li><a href="macop/macop.operators.policies.Policy.html#macop.operators.policies.Policy.Policy.apply">(macop.operators.policies.Policy.Policy method)</a>
|
|
|
+</li>
|
|
|
+ </ul></li>
|
|
|
</ul></td>
|
|
|
</tr></table>
|
|
|
|
|
@@ -230,6 +226,10 @@
|
|
|
</li>
|
|
|
</ul></li>
|
|
|
</ul></td>
|
|
|
+ <td style="width: 33%; vertical-align: top;"><ul>
|
|
|
+ <li><a href="macop/macop.solutions.BinarySolution.html#macop.solutions.BinarySolution.BinarySolution">BinarySolution (class in macop.solutions.BinarySolution)</a>
|
|
|
+</li>
|
|
|
+ </ul></td>
|
|
|
</tr></table>
|
|
|
|
|
|
<h2 id="C">C</h2>
|
|
@@ -247,6 +247,10 @@
|
|
|
</ul></li>
|
|
|
</ul></td>
|
|
|
<td style="width: 33%; vertical-align: top;"><ul>
|
|
|
+ <li><a href="macop/macop.solutions.CombinatoryIntegerSolution.html#macop.solutions.CombinatoryIntegerSolution.CombinatoryIntegerSolution">CombinatoryIntegerSolution (class in macop.solutions.CombinatoryIntegerSolution)</a>
|
|
|
+</li>
|
|
|
+ <li><a href="macop/macop.operators.crossovers.Crossover.html#macop.operators.crossovers.Crossover.Crossover">Crossover (class in macop.operators.crossovers.Crossover)</a>
|
|
|
+</li>
|
|
|
<li><a href="macop/macop.algorithms.Algorithm.html#macop.algorithms.Algorithm.Algorithm.currentSolution">currentSolution (macop.algorithms.Algorithm.Algorithm attribute)</a>
|
|
|
|
|
|
<ul>
|
|
@@ -258,6 +262,20 @@
|
|
|
</ul></td>
|
|
|
</tr></table>
|
|
|
|
|
|
+<h2 id="D">D</h2>
|
|
|
+<table style="width: 100%" class="indextable genindextable"><tr>
|
|
|
+ <td style="width: 33%; vertical-align: top;"><ul>
|
|
|
+ <li><a href="macop/macop.solutions.BinarySolution.html#macop.solutions.BinarySolution.BinarySolution.data">data (macop.solutions.BinarySolution.BinarySolution attribute)</a>
|
|
|
+
|
|
|
+ <ul>
|
|
|
+ <li><a href="macop/macop.solutions.CombinatoryIntegerSolution.html#macop.solutions.CombinatoryIntegerSolution.CombinatoryIntegerSolution.data">(macop.solutions.CombinatoryIntegerSolution.CombinatoryIntegerSolution attribute)</a>
|
|
|
+</li>
|
|
|
+ <li><a href="macop/macop.solutions.IntegerSolution.html#macop.solutions.IntegerSolution.IntegerSolution.data">(macop.solutions.IntegerSolution.IntegerSolution attribute)</a>
|
|
|
+</li>
|
|
|
+ </ul></li>
|
|
|
+ </ul></td>
|
|
|
+</tr></table>
|
|
|
+
|
|
|
<h2 id="E">E</h2>
|
|
|
<table style="width: 100%" class="indextable genindextable"><tr>
|
|
|
<td style="width: 33%; vertical-align: top;"><ul>
|
|
@@ -273,16 +291,26 @@
|
|
|
</ul></li>
|
|
|
</ul></td>
|
|
|
<td style="width: 33%; vertical-align: top;"><ul>
|
|
|
- <li><a href="macop/macop.checkpoints.Checkpoint.html#macop.checkpoints.Checkpoint.Checkpoint.every">every (macop.checkpoints.Checkpoint.Checkpoint attribute)</a>
|
|
|
+ <li><a href="macop/macop.evaluators.EvaluatorExample.html#macop.evaluators.EvaluatorExample.evaluatorExample">evaluatorExample() (in module macop.evaluators.EvaluatorExample)</a>
|
|
|
+</li>
|
|
|
+ <li><a href="macop/macop.checkpoints.BasicCheckpoint.html#macop.checkpoints.BasicCheckpoint.BasicCheckpoint.every">every (macop.checkpoints.BasicCheckpoint.BasicCheckpoint attribute)</a>
|
|
|
+
|
|
|
+ <ul>
|
|
|
+ <li><a href="macop/macop.checkpoints.Checkpoint.html#macop.checkpoints.Checkpoint.Checkpoint.every">(macop.checkpoints.Checkpoint.Checkpoint attribute)</a>
|
|
|
</li>
|
|
|
+ </ul></li>
|
|
|
</ul></td>
|
|
|
</tr></table>
|
|
|
|
|
|
<h2 id="F">F</h2>
|
|
|
<table style="width: 100%" class="indextable genindextable"><tr>
|
|
|
<td style="width: 33%; vertical-align: top;"><ul>
|
|
|
- <li><a href="macop/macop.checkpoints.Checkpoint.html#macop.checkpoints.Checkpoint.Checkpoint.filepath">filepath (macop.checkpoints.Checkpoint.Checkpoint attribute)</a>
|
|
|
+ <li><a href="macop/macop.checkpoints.BasicCheckpoint.html#macop.checkpoints.BasicCheckpoint.BasicCheckpoint.filepath">filepath (macop.checkpoints.BasicCheckpoint.BasicCheckpoint attribute)</a>
|
|
|
+
|
|
|
+ <ul>
|
|
|
+ <li><a href="macop/macop.checkpoints.Checkpoint.html#macop.checkpoints.Checkpoint.Checkpoint.filepath">(macop.checkpoints.Checkpoint.Checkpoint attribute)</a>
|
|
|
</li>
|
|
|
+ </ul></li>
|
|
|
</ul></td>
|
|
|
</tr></table>
|
|
|
|
|
@@ -310,6 +338,8 @@
|
|
|
</ul></td>
|
|
|
<td style="width: 33%; vertical-align: top;"><ul>
|
|
|
<li><a href="macop/macop.algorithms.Algorithm.html#macop.algorithms.Algorithm.Algorithm.initRun">initRun() (macop.algorithms.Algorithm.Algorithm method)</a>
|
|
|
+</li>
|
|
|
+ <li><a href="macop/macop.solutions.IntegerSolution.html#macop.solutions.IntegerSolution.IntegerSolution">IntegerSolution (class in macop.solutions.IntegerSolution)</a>
|
|
|
</li>
|
|
|
<li><a href="macop/macop.algorithms.Algorithm.html#macop.algorithms.Algorithm.Algorithm.isBetter">isBetter() (macop.algorithms.Algorithm.Algorithm method)</a>
|
|
|
</li>
|
|
@@ -320,6 +350,22 @@
|
|
|
|
|
|
<h2 id="K">K</h2>
|
|
|
<table style="width: 100%" class="indextable genindextable"><tr>
|
|
|
+ <td style="width: 33%; vertical-align: top;"><ul>
|
|
|
+ <li><a href="macop/macop.operators.crossovers.Crossover.html#macop.operators.crossovers.Crossover.Crossover.kind">kind (macop.operators.crossovers.Crossover.Crossover attribute)</a>
|
|
|
+
|
|
|
+ <ul>
|
|
|
+ <li><a href="macop/macop.operators.crossovers.RandomSplitCrossover.html#macop.operators.crossovers.RandomSplitCrossover.RandomSplitCrossover.kind">(macop.operators.crossovers.RandomSplitCrossover.RandomSplitCrossover attribute)</a>
|
|
|
+</li>
|
|
|
+ <li><a href="macop/macop.operators.crossovers.SimpleCrossover.html#macop.operators.crossovers.SimpleCrossover.SimpleCrossover.kind">(macop.operators.crossovers.SimpleCrossover.SimpleCrossover attribute)</a>
|
|
|
+</li>
|
|
|
+ <li><a href="macop/macop.operators.mutators.Mutation.html#macop.operators.mutators.Mutation.Mutation.kind">(macop.operators.mutators.Mutation.Mutation attribute)</a>
|
|
|
+</li>
|
|
|
+ <li><a href="macop/macop.operators.mutators.SimpleBinaryMutation.html#macop.operators.mutators.SimpleBinaryMutation.SimpleBinaryMutation.kind">(macop.operators.mutators.SimpleBinaryMutation.SimpleBinaryMutation attribute)</a>
|
|
|
+</li>
|
|
|
+ <li><a href="macop/macop.operators.mutators.SimpleMutation.html#macop.operators.mutators.SimpleMutation.SimpleMutation.kind">(macop.operators.mutators.SimpleMutation.SimpleMutation attribute)</a>
|
|
|
+</li>
|
|
|
+ </ul></li>
|
|
|
+ </ul></td>
|
|
|
<td style="width: 33%; vertical-align: top;"><ul>
|
|
|
<li><a href="macop/macop.operators.Operator.html#macop.operators.Operator.KindOperator">KindOperator (class in macop.operators.Operator)</a>
|
|
|
</li>
|
|
@@ -393,18 +439,26 @@
|
|
|
<li><a href="macop/macop.algorithms.LocalSearch.html#macop.algorithms.LocalSearch.LocalSearch.maximise">(macop.algorithms.LocalSearch.LocalSearch attribute)</a>
|
|
|
</li>
|
|
|
</ul></li>
|
|
|
+ <li><a href="macop/macop.operators.mutators.Mutation.html#macop.operators.mutators.Mutation.Mutation">Mutation (class in macop.operators.mutators.Mutation)</a>
|
|
|
+</li>
|
|
|
</ul></td>
|
|
|
</tr></table>
|
|
|
|
|
|
<h2 id="O">O</h2>
|
|
|
<table style="width: 100%" class="indextable genindextable"><tr>
|
|
|
<td style="width: 33%; vertical-align: top;"><ul>
|
|
|
+ <li><a href="macop/macop.operators.Operator.html#macop.operators.Operator.Operator">Operator (class in macop.operators.Operator)</a>
|
|
|
+</li>
|
|
|
<li><a href="macop/macop.algorithms.Algorithm.html#macop.algorithms.Algorithm.Algorithm.operators">operators (macop.algorithms.Algorithm.Algorithm attribute)</a>
|
|
|
|
|
|
<ul>
|
|
|
<li><a href="macop/macop.algorithms.IteratedLocalSearch.html#macop.algorithms.IteratedLocalSearch.IteratedLocalSearch.operators">(macop.algorithms.IteratedLocalSearch.IteratedLocalSearch attribute)</a>
|
|
|
</li>
|
|
|
<li><a href="macop/macop.algorithms.LocalSearch.html#macop.algorithms.LocalSearch.LocalSearch.operators">(macop.algorithms.LocalSearch.LocalSearch attribute)</a>
|
|
|
+</li>
|
|
|
+ <li><a href="macop/macop.operators.policies.Policy.html#macop.operators.policies.Policy.Policy.operators">(macop.operators.policies.Policy.Policy attribute)</a>
|
|
|
+</li>
|
|
|
+ <li><a href="macop/macop.operators.policies.RandomPolicy.html#macop.operators.policies.RandomPolicy.RandomPolicy.operators">(macop.operators.policies.RandomPolicy.RandomPolicy attribute)</a>
|
|
|
</li>
|
|
|
</ul></li>
|
|
|
</ul></td>
|
|
@@ -414,6 +468,8 @@
|
|
|
<table style="width: 100%" class="indextable genindextable"><tr>
|
|
|
<td style="width: 33%; vertical-align: top;"><ul>
|
|
|
<li><a href="macop/macop.algorithms.Algorithm.html#macop.algorithms.Algorithm.Algorithm.parent">parent (macop.algorithms.Algorithm.Algorithm attribute)</a>
|
|
|
+</li>
|
|
|
+ <li><a href="macop/macop.operators.policies.Policy.html#macop.operators.policies.Policy.Policy">Policy (class in macop.operators.policies.Policy)</a>
|
|
|
</li>
|
|
|
<li><a href="macop/macop.algorithms.Algorithm.html#macop.algorithms.Algorithm.Algorithm.policy">policy (macop.algorithms.Algorithm.Algorithm attribute)</a>
|
|
|
|
|
@@ -432,6 +488,20 @@
|
|
|
|
|
|
<h2 id="R">R</h2>
|
|
|
<table style="width: 100%" class="indextable genindextable"><tr>
|
|
|
+ <td style="width: 33%; vertical-align: top;"><ul>
|
|
|
+ <li><a href="macop/macop.solutions.BinarySolution.html#macop.solutions.BinarySolution.BinarySolution.random">random() (macop.solutions.BinarySolution.BinarySolution method)</a>
|
|
|
+
|
|
|
+ <ul>
|
|
|
+ <li><a href="macop/macop.solutions.CombinatoryIntegerSolution.html#macop.solutions.CombinatoryIntegerSolution.CombinatoryIntegerSolution.random">(macop.solutions.CombinatoryIntegerSolution.CombinatoryIntegerSolution method)</a>
|
|
|
+</li>
|
|
|
+ <li><a href="macop/macop.solutions.IntegerSolution.html#macop.solutions.IntegerSolution.IntegerSolution.random">(macop.solutions.IntegerSolution.IntegerSolution method)</a>
|
|
|
+</li>
|
|
|
+ </ul></li>
|
|
|
+ <li><a href="macop/macop.operators.policies.RandomPolicy.html#macop.operators.policies.RandomPolicy.RandomPolicy">RandomPolicy (class in macop.operators.policies.RandomPolicy)</a>
|
|
|
+</li>
|
|
|
+ <li><a href="macop/macop.operators.crossovers.RandomSplitCrossover.html#macop.operators.crossovers.RandomSplitCrossover.RandomSplitCrossover">RandomSplitCrossover (class in macop.operators.crossovers.RandomSplitCrossover)</a>
|
|
|
+</li>
|
|
|
+ </ul></td>
|
|
|
<td style="width: 33%; vertical-align: top;"><ul>
|
|
|
<li><a href="macop/macop.algorithms.Algorithm.html#macop.algorithms.Algorithm.Algorithm.resume">resume() (macop.algorithms.Algorithm.Algorithm method)</a>
|
|
|
</li>
|
|
@@ -453,10 +523,44 @@
|
|
|
<h2 id="S">S</h2>
|
|
|
<table style="width: 100%" class="indextable genindextable"><tr>
|
|
|
<td style="width: 33%; vertical-align: top;"><ul>
|
|
|
- <li><a href="macop/macop.algorithms.Algorithm.html#macop.algorithms.Algorithm.Algorithm.setCheckpoint">setCheckpoint() (macop.algorithms.Algorithm.Algorithm method)</a>
|
|
|
+ <li><a href="macop/macop.solutions.BinarySolution.html#macop.solutions.BinarySolution.BinarySolution.score">score (macop.solutions.BinarySolution.BinarySolution attribute)</a>
|
|
|
+
|
|
|
+ <ul>
|
|
|
+ <li><a href="macop/macop.solutions.CombinatoryIntegerSolution.html#macop.solutions.CombinatoryIntegerSolution.CombinatoryIntegerSolution.score">(macop.solutions.CombinatoryIntegerSolution.CombinatoryIntegerSolution attribute)</a>
|
|
|
+</li>
|
|
|
+ <li><a href="macop/macop.solutions.IntegerSolution.html#macop.solutions.IntegerSolution.IntegerSolution.score">(macop.solutions.IntegerSolution.IntegerSolution attribute)</a>
|
|
|
+</li>
|
|
|
+ </ul></li>
|
|
|
+ <li><a href="macop/macop.operators.policies.Policy.html#macop.operators.policies.Policy.Policy.select">select() (macop.operators.policies.Policy.Policy method)</a>
|
|
|
+
|
|
|
+ <ul>
|
|
|
+ <li><a href="macop/macop.operators.policies.RandomPolicy.html#macop.operators.policies.RandomPolicy.RandomPolicy.select">(macop.operators.policies.RandomPolicy.RandomPolicy method)</a>
|
|
|
+</li>
|
|
|
+ </ul></li>
|
|
|
+ <li><a href="macop/macop.operators.Operator.html#macop.operators.Operator.Operator.setAlgo">setAlgo() (macop.operators.Operator.Operator method)</a>
|
|
|
+
|
|
|
+ <ul>
|
|
|
+ <li><a href="macop/macop.operators.policies.Policy.html#macop.operators.policies.Policy.Policy.setAlgo">(macop.operators.policies.Policy.Policy method)</a>
|
|
|
</li>
|
|
|
+ </ul></li>
|
|
|
</ul></td>
|
|
|
<td style="width: 33%; vertical-align: top;"><ul>
|
|
|
+ <li><a href="macop/macop.algorithms.Algorithm.html#macop.algorithms.Algorithm.Algorithm.setCheckpoint">setCheckpoint() (macop.algorithms.Algorithm.Algorithm method)</a>
|
|
|
+</li>
|
|
|
+ <li><a href="macop/macop.operators.mutators.SimpleBinaryMutation.html#macop.operators.mutators.SimpleBinaryMutation.SimpleBinaryMutation">SimpleBinaryMutation (class in macop.operators.mutators.SimpleBinaryMutation)</a>
|
|
|
+</li>
|
|
|
+ <li><a href="macop/macop.operators.crossovers.SimpleCrossover.html#macop.operators.crossovers.SimpleCrossover.SimpleCrossover">SimpleCrossover (class in macop.operators.crossovers.SimpleCrossover)</a>
|
|
|
+</li>
|
|
|
+ <li><a href="macop/macop.operators.mutators.SimpleMutation.html#macop.operators.mutators.SimpleMutation.SimpleMutation">SimpleMutation (class in macop.operators.mutators.SimpleMutation)</a>
|
|
|
+</li>
|
|
|
+ <li><a href="macop/macop.solutions.BinarySolution.html#macop.solutions.BinarySolution.BinarySolution.size">size (macop.solutions.BinarySolution.BinarySolution attribute)</a>
|
|
|
+
|
|
|
+ <ul>
|
|
|
+ <li><a href="macop/macop.solutions.CombinatoryIntegerSolution.html#macop.solutions.CombinatoryIntegerSolution.CombinatoryIntegerSolution.size">(macop.solutions.CombinatoryIntegerSolution.CombinatoryIntegerSolution attribute)</a>
|
|
|
+</li>
|
|
|
+ <li><a href="macop/macop.solutions.IntegerSolution.html#macop.solutions.IntegerSolution.IntegerSolution.size">(macop.solutions.IntegerSolution.IntegerSolution attribute)</a>
|
|
|
+</li>
|
|
|
+ </ul></li>
|
|
|
<li><a href="macop/macop.algorithms.Algorithm.html#macop.algorithms.Algorithm.Algorithm.stop">stop() (macop.algorithms.Algorithm.Algorithm method)</a>
|
|
|
</li>
|
|
|
</ul></td>
|