Killed JavaEvA from comments and ressources, some maths refactored.

This commit is contained in:
Marcel Kronfeld
2008-04-18 14:36:52 +00:00
parent fdbfa5fe85
commit fb20da9657
173 changed files with 918 additions and 2221 deletions

View File

@@ -2,7 +2,7 @@ package simpleprobs;
/**
* A simple interface to easily include new optimization problems in Java into the
* JavaEvA framework.
* EvA framework.
*
* @author mkron
*
@@ -11,7 +11,7 @@ package simpleprobs;
public interface InterfaceSimpleProblem<T> {
/**
* Evaluate a double vector representing a possible problem solution as
* part of an individual in the JavaEvA framework. This makes up the
* part of an individual in the EvA framework. This makes up the
* target function to be evaluated.
*
* @param x a double vector to be evaluated