Init version
This commit is contained in:
19
DEC_GUI/DEC-0.0/processor/Processor.h
Normal file
19
DEC_GUI/DEC-0.0/processor/Processor.h
Normal file
@@ -0,0 +1,19 @@
|
||||
#pragma once
|
||||
#include "DEC-0.0/individual/genome/AbstractGenome.h"
|
||||
#include "../population/Population.h"
|
||||
|
||||
class Processor{
|
||||
|
||||
public:
|
||||
static void test(/*int, int*/);
|
||||
static void test01(/*int, int*/);
|
||||
|
||||
static void testInOutBreeding01();
|
||||
static void testInOutBreeding02();
|
||||
static void fillVectors(Genotype *g);
|
||||
static void fillVectors(const Genotype& g);
|
||||
static void evolution(int generations);
|
||||
|
||||
static AsexualPopulation* popul;
|
||||
static std::vector<Individual*> individs;
|
||||
};
|
||||
Reference in New Issue
Block a user