Age | Commit message (Expand) | Author |
2021-06-21 | Global optimization metaheuristics sometimes are sensitive to the quality of ... | Todor Balabanov |
2021-06-20 | It is a good practice single source of random numbers to be used. | Todor Balabanov |
2021-06-17 | A separate function for getting a random search point is a little bit clearer. | Todor Balabanov |
2021-06-15 | Fewer array reference calls make the code more readable and more efficient. | Todor Balabanov |
2021-05-03 | clean up some Java warnings | Noel Grandin |
2021-04-07 | Updated README.md files to represent current code / use Markdown format | Hossein |
2021-03-24 | Using .md extension/Markdown syntax for modules README | Hossein |
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 |
2020-05-06 | Move all public Java classes to libreoffice.jar | Samuel Mehrbrodt |
2020-02-04 | tdf#117331 Merge jurt and unoil into ridl | Samuel Mehrbrodt |
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 |