All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class GP.Motor

java.lang.Object
   |
   +----GP.Motor

public class Motor
extends Object
Esta clase implementa el motor de la maquina de GP.
Se encarga de evaluar, ordenar, cruzar, mutar y reproducir a las poblaciones en evolucion.


Constructor Index

 o Motor(int, int, Especie, String)

Method Index

 o run(int, int, float, float, float, String, int)

Constructors

 o Motor
 public Motor(int rnd_seed,
              int nInd,
              Especie especie,
              String metodo) throws ClassNotFoundException

Methods

 o run
 public void run(int nGen,
                 int g_size,
                 float pcruza,
                 float pmutacion,
                 float preprod,
                 String entrenador,
                 int max_entrenador) throws ClassNotFoundException, InstantiationException, IllegalAccessException

All Packages  Class Hierarchy  This Package  Previous  Next  Index