| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.jhu.bme.smile.commons.optimize.MinToMaxND
public class MinToMaxND
Finds the maximum of ND functions by negating the function and finding the minimum.
| Constructor Summary | |
|---|---|
MinToMaxND(OptimizableNDContinuous func)
Constructor to create the negated function  | 
|
| Method Summary | |
|---|---|
 double[] | 
getDomainMax()
Gets the domain maximum  | 
 double[] | 
getDomainMin()
Gets the domain minimum  | 
 double | 
getDomainTolerance()
Gets the tolerance  | 
 int | 
getNumberOfDimensions()
Gets the number of dimensions  | 
 double | 
getValue(double[] x)
Gets the negated value  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public MinToMaxND(OptimizableNDContinuous func)
func - function to negate| Method Detail | 
|---|
public double[] getDomainMax()
getDomainMax in interface OptimizableNDContinuouspublic double[] getDomainMin()
getDomainMin in interface OptimizableNDContinuouspublic double getDomainTolerance()
getDomainTolerance in interface OptimizableNDContinuouspublic double getValue(double[] x)
getValue in interface OptimizableNDContinuousx - location to get value at
public int getNumberOfDimensions()
getNumberOfDimensions in interface OptimizableNDContinuous
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||