oms3.ObjectiveFunction Maven / Gradle / Ivy
/*
* ObjectiveFunction.java
*
* Created on October 13, 2004, 4:33 PM
*/
package oms3;
/**
* Objective Function.
*
* Interface for providing a objective function implementation.
*
* @author makiko, od
*/
public interface ObjectiveFunction {
/**
* Calculates the objective function value based on the given simulated and observed values.
* If measuredValue[i] <= missingValue (where 0<=i
© 2015 - 2024 Weber Informatics LLC | Privacy Policy