Name | Modified | Size | Downloads / Week |
---|---|---|---|
readme.txt | 2015-06-02 | 842 Bytes | |
jpop.0.7.5.jar | 2015-06-02 | 430.3 kB | |
jpop.0.7.4.jar | 2015-05-12 | 130.9 kB | |
jpop.0.7.3.jar | 2014-10-23 | 126.8 kB | |
Totals: 4 Items | 688.9 kB | 0 |
----------------------------------- ---------- JPOP 1.7.5 ------------- ----------------------------------- The optimizer now supports callback functions implemented by a new Interface OptimizationOutputFunction.java Every class that implements the interface can be attached to the optimizer via the new method FunctionOptimizer.setCallbackFunctions. Once attached the optimizer calls the interface's method OptimizationOutputFunction.optimizerCallbackFunction including information such as the current x vector, the iteration number, the current gradient vector, and the current cost function value f(x). This allows custom visualizations of the optimizers progress, e.g., difference images for image registration or simple plots of the cost function value over time. The mimimum required Java version for JPOP 1.7.5 is JRE 1.6.