Killed JavaEvA from comments and ressources, some maths refactored.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user