Class Tschebyscheff
java.lang.Object
org.uma.jmetal.util.aggregativefunction.impl.Tschebyscheff
- All Implemented Interfaces:
AggregativeFunction
public class Tschebyscheff extends java.lang.Object implements AggregativeFunction
-
Constructor Summary
Constructors Constructor Description Tschebyscheff() -
Method Summary
-
Constructor Details
-
Tschebyscheff
public Tschebyscheff()
-
-
Method Details
-
compute
public double compute(double[] vector, double[] weightVector)- Specified by:
computein interfaceAggregativeFunction
-
update
public void update(double[] vector)- Specified by:
updatein interfaceAggregativeFunction
-