public abstract class Function
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Function.Schaffer
Shaffer function
|
Modifier and Type | Field and Description |
---|---|
protected double[][] |
bounds |
protected int |
goals |
protected java.lang.String |
name |
Constructor and Description |
---|
Function(java.lang.String name,
double[][] bounds,
int goals) |