| Interface | Description |
|---|---|
| FitnessFunction<A> |
Artificial Intelligence A Modern Approach (3rd Edition): page 127.
Each state is rated by the objective function, or (in Genetic Algorithm terminology) the fitness function. |
| GeneticAlgorithm.ProgressTracer<A> |
Interface for progress tracers.
|
| Class | Description |
|---|---|
| GeneticAlgorithm<A> |
Artificial Intelligence A Modern Approach (3rd Edition): Figure 4.8, page
129.
|
| GeneticAlgorithmForNumbers |
Variant of the genetic algorithm which uses double numbers from a fixed
interval instead of symbols from a finite alphabet in the representations of
individuals.
|
| HillClimbingSearch |
Artificial Intelligence A Modern Approach (3rd Edition): Figure 4.2, page
122.
|
| Individual<A> |
Artificial Intelligence A Modern Approach (3rd Edition): page 127.
A state in a genetic algorithm is represented as an individual from the population. |
| Scheduler | |
| SimulatedAnnealingSearch |
Artificial Intelligence A Modern Approach (3rd Edition): Figure 4.5, page
126.
|
| Enum | Description |
|---|---|
| HillClimbingSearch.SearchOutcome | |
| SimulatedAnnealingSearch.SearchOutcome |