summaryrefslogtreecommitdiff
path: root/nlpsolver/ThirdParty
AgeCommit message (Expand)AuthorFilesLines
2021-08-06cid#1489772 UR: Uninitialized read of field in constructorCaolán McNamara2-11/+3
2021-08-02The null pointer bug should be fixed now.Todor Balabanov4-26/+20
2021-07-19AbsGTBehavior should implement ILibEngineJulien Nabet2-3/+3
2021-07-18nlpsolver: DEPSAgent doesn't implement ILibEngineJulien Nabet1-1/+1
2021-07-18Revert "Some lower objects coupling."Noel Grandin1-11/+22
2021-07-17Some lower objects coupling.Todor Balabanov1-22/+11
2021-07-13Object initialization is done via a constructor with parameters.Todor Balabanov1-12/+17
2021-07-12cid#1487032 NP: Null pointer dereferenceCaolán McNamara1-0/+11
2021-07-08Polymorphism is a better approach when there are chains of inheritance.Todor Balabanov4-12/+8
2021-06-20It is a good practice single source of random numbers to be used.Todor Balabanov4-6/+32
2021-06-17A separate function for getting a random search point is a little bit clearer.Todor Balabanov2-1/+5
2021-06-15Fewer array reference calls make the code more readable and more efficient.Todor Balabanov1-16/+24
2019-07-27Fix typosAndrea Gelmini1-1/+1
2019-06-03Range for DE scaling factor was implemented.Todor Balabanov1-2/+5
2019-05-17Some additional manual formatting.Todor Balabanov13-55/+74
2019-05-12Formatting - Eclipse IDE Java Conventions with spaces for indentation.Todor Balabanov21-275/+254
2019-05-12Generate behavior code simplification and very small speed-up.Todor Balabanov1-13/+48
2019-05-10Import of each class is better practice than import of entire library.Todor Balabanov11-45/+50
2019-05-01Fisher-Yates shuffling algorithm achieves much better randomization.Todor Balabanov1-27/+19
2019-05-01Random class is better than Math random function.Todor Balabanov1-3/+8
2019-05-01Math pow is too slow in this case.Todor Balabanov1-1/+1
2018-01-27Fix typosAndrea Gelmini1-2/+2
2017-02-03TyposJulien Nabet1-1/+1
2016-01-10Fix typosAndrea Gelmini1-2/+2
2015-10-14cid#1326608,cid#1326609 CN: Bad implementation of cloneable idiomNoel Grandin1-1/+1
2015-10-01Fix typosAndrea Gelmini1-1/+1
2015-10-01Fix typosAndrea Gelmini3-3/+3
2015-06-30Fix typosAndrea Gelmini1-1/+1
2015-06-11java:regulatize the order of 'final' and public/privateNoel Grandin1-1/+1
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin1-3/+3
2015-01-05java: remove dead codeNoel Grandin15-611/+0
2014-12-05java: remove some unused fieldsNoel Grandin1-20/+15
2014-11-25java: final fields that can be staticNoel Grandin4-10/+10
2014-11-18java: make fields final where possibleNoel Grandin8-19/+19
2014-11-18java: fix some javadoc errorsNoel Grandin30-65/+41
2014-11-12java: convert fields to local variables where possibleNoel Grandin1-5/+2
2014-11-12java: reduce excessive code indentation levelsNoel Grandin1-56/+58
2014-10-16java: always use braces for while loopsNoel Grandin1-1/+2
2014-10-13nlpsolver: ensure that the stream is cleaned up before the method returnsRobert Antoni Buj i Gelonch1-9/+20
2014-09-02nlpsolver: fix javadoc error: bad use of '>'rbuj1-3/+4
2014-08-20remove more unnecessary constructor declarationsNoel Grandin1-2/+0
2014-08-20java: remove unnecessary constructor declarationsNoel Grandin1-5/+0
2014-08-20java: remove modifiers implied by the contextNoel Grandin5-8/+8
2014-08-19java: remove unused methodsNoel Grandin3-99/+0
2014-08-14java: remove unused importsNoel Grandin1-1/+0
2014-08-14java: remove commented out codeNoel Grandin2-6/+0
2014-08-13remove dead java constantsNoel Grandin1-1/+0
2014-08-13make some java fields privateNoel Grandin1-1/+1
2014-08-13java: remove dead methodsNoel Grandin9-164/+20
2014-08-13java: remove unused fieldsNoel Grandin2-23/+23