summaryrefslogtreecommitdiffstats
path: root/nlpsolver/ThirdParty
Commit message (Expand)AuthorAgeFilesLines
* Some additional manual formatting.Todor Balabanov2019-05-1713-55/+74
* Formatting - Eclipse IDE Java Conventions with spaces for indentation.Todor Balabanov2019-05-1221-275/+254
* Generate behavior code simplification and very small speed-up.Todor Balabanov2019-05-121-13/+48
* Import of each class is better practice than import of entire library.Todor Balabanov2019-05-1011-45/+50
* Fisher-Yates shuffling algorithm achieves much better randomization.Todor Balabanov2019-05-011-27/+19
* Random class is better than Math random function.Todor Balabanov2019-05-011-3/+8
* Math pow is too slow in this case.Todor Balabanov2019-05-011-1/+1
* Fix typosAndrea Gelmini2018-01-271-2/+2
* TyposJulien Nabet2017-02-031-1/+1
* Fix typosAndrea Gelmini2016-01-101-2/+2
* cid#1326608,cid#1326609 CN: Bad implementation of cloneable idiomNoel Grandin2015-10-141-1/+1
* Fix typosAndrea Gelmini2015-10-011-1/+1
* Fix typosAndrea Gelmini2015-10-013-3/+3
* Fix typosAndrea Gelmini2015-06-301-1/+1
* java:regulatize the order of 'final' and public/privateNoel Grandin2015-06-111-1/+1
* remove unnecessary parenthesis in return statementsNoel Grandin2015-02-231-3/+3
* java: remove dead codeNoel Grandin2015-01-0515-611/+0
* java: remove some unused fieldsNoel Grandin2014-12-051-20/+15
* java: final fields that can be staticNoel Grandin2014-11-254-10/+10
* java: make fields final where possibleNoel Grandin2014-11-188-19/+19
* java: fix some javadoc errorsNoel Grandin2014-11-1830-65/+41
* java: convert fields to local variables where possibleNoel Grandin2014-11-121-5/+2
* java: reduce excessive code indentation levelsNoel Grandin2014-11-121-56/+58
* java: always use braces for while loopsNoel Grandin2014-10-161-1/+2
* nlpsolver: ensure that the stream is cleaned up before the method returnsRobert Antoni Buj i Gelonch2014-10-131-9/+20
* nlpsolver: fix javadoc error: bad use of '>'rbuj2014-09-021-3/+4
* remove more unnecessary constructor declarationsNoel Grandin2014-08-201-2/+0
* java: remove unnecessary constructor declarationsNoel Grandin2014-08-201-5/+0
* java: remove modifiers implied by the contextNoel Grandin2014-08-205-8/+8
* java: remove unused methodsNoel Grandin2014-08-193-99/+0
* java: remove unused importsNoel Grandin2014-08-141-1/+0
* java: remove commented out codeNoel Grandin2014-08-142-6/+0
* remove dead java constantsNoel Grandin2014-08-131-1/+0
* make some java fields privateNoel Grandin2014-08-131-1/+1
* java: remove dead methodsNoel Grandin2014-08-139-164/+20
* java: remove unused fieldsNoel Grandin2014-08-132-23/+23
* java: reduce scope, make some methods privateNoel Grandin2014-08-138-15/+15
* java: reduce scope, make fields privateNoel Grandin2014-08-137-25/+25
* java: reduce scope, make constants privateNoel Grandin2014-08-121-1/+1
* java: fix broken javadoc tagsNoel Grandin2014-08-121-1/+1
* java: add @Override annotation to overriding methodsNoel Grandin2014-08-123-0/+10
* java: remove exceptions from throws clauses that are notNoel Grandin2014-08-081-1/+1
* java: remove unnecessary semi-colonsNoel Grandin2014-08-081-1/+1
* nlpsolver: Use System.arraycopyrbuj2014-08-072-6/+2
* nlpsolver: Number parsingrbuj2014-08-071-2/+2
* convert EvolutionarySolver source to unix LFNoel Grandin2014-08-0715-964/+964
* java: remove commented out codeNoel Grandin2014-08-052-33/+0
* java: remove some unused fields in the ODK examplesNoel Grandin2014-08-051-1/+0
* java: remove some unused fields in the ODK examplesNoel Grandin2014-08-041-2/+1
* '!= false' is redundant, and confusing - kill it.Jan Holesovsky2014-05-091-2/+2