Commit Graph
20 Commits
Author SHA1 Message Date
Ryan Curtin 0e32f02a0e Refactor all tests so that they run for 1k trials without any failures. 2021-02-11 18:01:54 -05:00
Ryan Curtin f2cf863718 Make sure std::abs() gets used. 2019-12-10 19:26:47 -05:00
Ryan Curtin e399775c92 Use operator() not operator[] for bounds checks.
Signed-off-by: Marcus Edel <marcus.edel@fu-berlin.de>
2019-08-31 19:29:44 +02:00
Marcus Edel b3481608b0 Slightly increase the number of particle. 2019-08-21 22:18:22 +02:00
Marcus Edel d767d2312a Use matrix instead of vector for bound type. Enable matrix optimization. 2019-08-11 22:48:44 +02:00
Suryoday Basak 8084603b6f Removing Schaffer Function N4 test for the time being 2019-07-19 08:38:10 -05:00
Suryoday Basak b5e88de72b Formatting comments with proper spacing and grammar. 2019-07-17 18:27:48 -05:00
Suryoday Basak 4763d3c466 Testing PSO with lowerBound and upperBound initialized as double 2019-07-17 01:50:07 -05:00
Suryoday Basak ff016494f5 Trying to tune PSO to work well with SchafferFunctionN4 function 2019-07-15 04:32:49 -05:00
Suryoday Basak bbabf7354f Implemented horizon-lookback method for PSO termination 2019-07-15 04:10:29 -05:00
Suryoday Basak a341ff6113 Including the schaffer function N4 and N2 tests 2019-07-05 02:57:56 -05:00
Suryoday Basak e58be41c80 Updating the cross-in-tray, beale, and ackley functions with initial populations far from the optimum 2019-07-05 02:09:11 -05:00
Suryoday Basak 4d70fe8e32 Changing API to include lowerBound and upperBound as params of arma::vec type 2019-07-05 01:28:55 -05:00
Suryoday Basak 3e5d13f451 Written PSO tests for cross-in-tray, beale, and ackley functions 2019-07-03 12:22:49 -05:00
Suryoday Basak e701fc4bda Style fixes for lbest_update 2019-07-02 22:06:46 -05:00
Suryoday Basak 7c6fa9f682 Including updated tests for constrained pso 2019-03-29 19:40:31 -05:00
Suryoday Basak f251a5f422 Including PSO test for linear constrained affine function 2019-03-12 07:38:05 -06:00
Suryoday Basak a9b202113d Including method for constrained optimization 2019-03-12 07:08:40 -06:00
Suryoday Basak d8b81a3bed Fixing test case names in pso_test 2019-02-28 01:33:21 -06:00
Suryoday Basak 604a1de6b7 Including tests for PSO 2019-02-16 18:54:35 -06:00