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

Method run

ij/src/main/java/ij/measure/Minimizer.java:198–200  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

196 final Thread thread = new Thread(
197 new Runnable() {
198 final public void run() {
199 minimizeOnce(initialParams, initialParamVariations, seed);
200 }
201 }, "Minimizer-1"
202 );
203 thread.setPriority( Thread.currentThread().getPriority() );

Callers

nothing calls this directly

Calls 1

minimizeOnceMethod · 0.95

Tested by

no test coverage detected