Age | Commit message (Expand) | Author |
2019-09-06 | Fixing '....' | Andrea Gelmini |
2019-07-27 | Fix typos | 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 |
2019-05-17 | Some additional manual formatting. | Todor Balabanov |
2019-05-13 | nlpsolver: This is considered internal code | Samuel Mehrbrodt |
2019-05-12 | Formatting - Eclipse IDE Java Conventions with spaces for indentation. | Todor Balabanov |
2019-05-12 | Generate behavior code simplification and very small speed-up. | Todor Balabanov |
2019-05-10 | Import of each class is better practice than import of entire library. | Todor Balabanov |
2019-05-01 | Fisher-Yates shuffling algorithm achieves much better randomization. | Todor Balabanov |
2019-05-01 | Random class is better than Math random function. | Todor Balabanov |
2019-05-01 | Math pow is too slow in this case. | Todor Balabanov |
2018-06-26 | tdf#43388: add missing info for Evolutionary Algorithm Solver | Julien Nabet |
2018-01-27 | Fix typos | Andrea Gelmini |
2017-02-03 | Typos | Julien Nabet |
2016-12-12 | tdf#104268 NLPSolver: Improve display of solution | Laurent Balland-Poirier |
2016-11-06 | tdf#103622 do not use arrow as separator of menu commands | Stanislav Horacek |
2016-01-21 | coverity#1326449 Dereference null return value | Caolán McNamara |
2016-01-10 | Fix typos | Andrea Gelmini |
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-10-14 | cid#1326608,cid#1326609 CN: Bad implementation of cloneable idiom | Noel Grandin |
2015-10-01 | Fix typos | Andrea Gelmini |
2015-10-01 | Fix typos | Andrea Gelmini |
2015-09-18 | Fix typos | Andrea Gelmini |
2015-06-30 | Fix typos | Andrea Gelmini |
2015-06-11 | java:regulatize the order of 'final' and public/private | Noel Grandin |
2015-02-23 | remove unnecessary parenthesis in return statements | Noel Grandin |
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-12-05 | java: remove some unused fields | Noel Grandin |
2014-11-25 | java: final fields that can be static | Noel Grandin |
2014-11-18 | java: make fields final where possible | Noel Grandin |
2014-11-18 | java: fix some javadoc errors | Noel Grandin |
2014-11-12 | java: convert fields to local variables where possible | Noel Grandin |
2014-11-12 | java: reduce excessive code indentation levels | Noel Grandin |
2014-10-17 | java: final fields that can be static | Noel Grandin |
2014-10-16 | java: always use braces for while loops | Noel Grandin |
2014-10-13 | nlpsolver: ensure that the stream is cleaned up before the method returns | Robert Antoni Buj i Gelonch |
2014-09-02 | nlpsolver: fix javadoc error: bad use of '>' | rbuj |
2014-08-20 | remove more unnecessary constructor declarations | Noel Grandin |
2014-08-20 | java: remove unnecessary constructor declarations | 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 |