| MS-RCPSP
    | 
Implementation of one-point crossover. More...
#include <OnePointCrossover.h>


| Public Member Functions | |
| OnePointCrossover (double _p_cross) | |
| T * | cross (T *a, T *b) const override | 
| template<> | |
| SimpleSchedule * | cross (SimpleSchedule *a, SimpleSchedule *b) const | 
| template<> | |
| PrioSchedule * | cross (PrioSchedule *a, PrioSchedule *b) const | 
|  Public Member Functions inherited from EvolutionaryAlgorithm::Crossover< T > | |
| bool | should_cross () const | 
| Additional Inherited Members | |
|  Protected Member Functions inherited from EvolutionaryAlgorithm::Crossover< T > | |
| Crossover (double _p_cross) | |
Implementation of one-point crossover.
Definition at line 10 of file OnePointCrossover.h.
| 
 | overridevirtual | 
Takes two specimen and performs crossover on them. Results in a new object.
Implements EvolutionaryAlgorithm::Crossover< T >.
 1.8.11
 1.8.11