summaryrefslogtreecommitdiff
path: root/nlpsolver/ThirdParty
AgeCommit message (Expand)AuthorFilesLines
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
2014-08-13java: reduce scope, make some methods privateNoel Grandin8-15/+15
2014-08-13java: reduce scope, make fields privateNoel Grandin7-25/+25
2014-08-12java: reduce scope, make constants privateNoel Grandin1-1/+1
2014-08-12java: fix broken javadoc tagsNoel Grandin1-1/+1
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin3-0/+10
2014-08-08java: remove exceptions from throws clauses that are notNoel Grandin1-1/+1
2014-08-08java: remove unnecessary semi-colonsNoel Grandin1-1/+1
2014-08-07nlpsolver: Use System.arraycopyrbuj2-6/+2
2014-08-07nlpsolver: Number parsingrbuj1-2/+2
2014-08-07convert EvolutionarySolver source to unix LFNoel Grandin15-964/+964
2014-08-05java: remove commented out codeNoel Grandin2-33/+0
2014-08-05java: remove some unused fields in the ODK examplesNoel Grandin1-1/+0
2014-08-04java: remove some unused fields in the ODK examplesNoel Grandin1-2/+1
2014-05-09'!= false' is redundant, and confusing - kill it.Jan Holesovsky1-2/+2