org.sci2s.eamhco.JADEGenerator Class Reference

List of all members.

Public Member Functions

 JADEGenerator (int poblacion, int dimension, int iteraciones, double p, double c)
void execute ()

Static Public Member Functions

static void main (String[] args)

Detailed Description

Author:
Isaac Triguero
Version:
1.0

Definition at line 20 of file JADEGenerator.java.


Constructor & Destructor Documentation

org.sci2s.eamhco.JADEGenerator.JADEGenerator ( int  poblacion,
int  dimension,
int  iteraciones,
double  p,
double  c 
)

Build a new JADEGenerator Algorithm

Parameters:
t Original prototype set to be reduced.
perc Reduction percentage of the prototype set.

Definition at line 46 of file JADEGenerator.java.


Member Function Documentation

void org.sci2s.eamhco.JADEGenerator.execute (  ) 

Generate a reduced prototype set by the JADEGenerator method.

Returns:
Reduced set by JADEGenerator's method.

Definition at line 196 of file JADEGenerator.java.

static void org.sci2s.eamhco.JADEGenerator.main ( String[]  args  )  [static]
Parameters:
args Arguments of the main function.

Definition at line 436 of file JADEGenerator.java.


The documentation for this class was generated from the following file:

Generated on Thu Jun 10 18:34:03 2010 by  doxygen 1.6.1