Age | Commit message (Expand) | Author |
2024-04-29 | Double values comparison changed to compare method. | Todor Balabanov |
2021-08-06 | cid#1489772 UR: Uninitialized read of field in constructor | Caolán McNamara |
2021-08-02 | The null pointer bug should be fixed now. | Todor Balabanov |
2021-07-18 | Revert "Some lower objects coupling." | Noel Grandin |
2021-07-17 | Some lower objects coupling. | Todor Balabanov |
2021-07-13 | Object initialization is done via a constructor with parameters. | Todor Balabanov |
2021-06-21 | Global optimization metaheuristics sometimes are sensitive to the quality of ... | Todor Balabanov |
2021-05-03 | clean up some Java warnings | Noel Grandin |
2020-09-25 | value and targetValue cannot be null at this point | Noel Grandin |
2020-07-28 | Related tdf#135211: return early if no data | Julien Nabet |
2020-07-28 | Typo: Swam->Swarm | Julien Nabet |
2019-09-06 | Fixing '....' | Andrea Gelmini |
2019-06-03 | Checking of min and max factor value was added. | Todor Balabanov |
2019-06-03 | Range for DE scaling factor was implemented. | Todor Balabanov |
2018-06-26 | tdf#43388: add missing info for Evolutionary Algorithm Solver | Julien Nabet |
2016-12-12 | tdf#104268 NLPSolver: Improve display of solution | Laurent Balland-Poirier |
2016-01-21 | coverity#1326449 Dereference null return value | Caolán McNamara |
2015-11-04 | coverity#1327027 SIC: Inner class could be made static | Caolán McNamara |
2015-10-21 | More plausible fix | Stephan Bergmann |
2015-10-15 | coverity#1326260 Explicit null dereferenced | Caolán McNamara |
2015-10-15 | cid#1327023 to cid#1327077 SIC: Inner class could be made static | Noel Grandin |
2015-09-18 | Fix typos | Andrea Gelmini |
2015-02-17 | tdf#87074 null-ref error from NLPSolver in Basic | LeMoyne Castle |
2015-01-05 | java: remove dead code | Noel Grandin |
2014-12-19 | java: nlpsolver: getPropertyByName was checking the wrong datastructure | Noel Grandin |
2014-12-11 | java: reduce visibility of fields and methods | Noel Grandin |
2014-12-05 | java: remove some unused local variables | Noel Grandin |
2014-11-18 | java: make fields final where possible | Noel Grandin |
2014-11-12 | java: convert fields to local variables where possible | Noel Grandin |
2014-10-17 | java: final fields that can be static | Noel Grandin |
2014-08-20 | java: remove modifiers implied by the context | Noel Grandin |
2014-08-19 | java: use 'Integer.valueOf' instead of 'new Integer' | Noel Grandin |
2014-08-19 | java: use Boolean.valueOf instead of instantiating Boolean objects | Noel Grandin |
2014-08-19 | java: remove unused methods | Noel Grandin |
2014-08-13 | java: remove dead methods | Noel Grandin |
2014-08-13 | java: remove unused enum values | Noel Grandin |
2014-08-13 | java: remove unused fields | Noel Grandin |
2014-08-13 | java: reduce scope, make some methods private | Noel Grandin |
2014-08-13 | java: reduce scope, make member classes private | Noel Grandin |
2014-08-13 | java: reduce scope, make fields private | Noel Grandin |
2014-08-13 | java: reduce scope, make constructors private | Noel Grandin |
2014-04-27 | fdo#78004 fix string formatting | Alex Gulyás |
2014-02-26 | Remove trailing whitespace from nlpsolver | Alexander Wilms |
2014-01-08 | Some ConfigurationProvider -> theDefaultProvider simplifications | Stephan Bergmann |
2013-05-06 | Java cleanup, Convert Vector to ArrayList | Noel Grandin |
2013-05-06 | remove some unnecessary casts | Noel Grandin |
2013-04-30 | Move to MPLv2 license headers, with ESC decision and author's permission. | Michael Meeks |
2013-04-19 | Java cleanup, remove unnecessary casts | Noel Grandin |
2012-10-23 | gbuild: let ExtensionTarget expect manifest below META-INF | Michael Stahl |
2012-09-27 | fdo#51304: Remove @author and more commented code | Marcos Paulo de Souza |