Example usage for org.apache.commons.math3.fitting.leastsquares ParameterValidator interface-usage

List of usage examples for org.apache.commons.math3.fitting.leastsquares ParameterValidator interface-usage

Introduction

In this page you can find the example usage for org.apache.commons.math3.fitting.leastsquares ParameterValidator interface-usage.

Usage

From source file edu.ucsf.valelab.saim.calculations.SaimParameterValidator.java

/**
 * Very simple parameter validator that restrict parameters to 
 * never be smaller than lowerbound and never be higher than upperbound
 * @author nico
 */
public class SaimParameterValidator implements ParameterValidator {