()
| 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() ); |
nothing calls this directly
no test coverage detected