All Downloads are FREE. Search and download functionalities are using the official Maven repository.

oms3.ObjectiveFunction Maven / Gradle / Ivy

There is a newer version: 0.8.1
Show newest version
/*
 * ObjectiveFunction.java
 *
 * Created on October 13, 2004, 4:33 PM
 */
package oms3;

/**
 * Objecttive 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