MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / value

Method value

ij/src/main/java/ij/measure/Minimizer.java:808–810  ·  view source on GitHub ↗

Function value of a vertex after call to 'evaluate' (stored it as last array element)

(double[] vertex)

Source from the content-addressed store, hash-verified

806 /** Function value of a vertex after call to 'evaluate'
807 * (stored it as last array element) */
808 private double value(double[] vertex) {
809 return vertex[numParams];
810 }
811
812 /** Keep the newVertex: replace a given Vertex with it */
813 void copyVertex(double[] newVertex, double[] vertex) {

Callers 10

minimizeMethod · 0.95
getFunctionValueMethod · 0.95
minimizeOnceMethod · 0.95
makeSimplexMethod · 0.95
findValidInitalParamsMethod · 0.95
initializeSimplexMethod · 0.95
orderMethod · 0.95
showVertexMethod · 0.95
getCallerNameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected