 Ryan CurtinandMarcus Edel
|
7a8c5ae685
|
Apply suggestions from code review
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
|
2021-10-18 11:37:18 -04:00 |
|
Ryan Curtin
|
bd285743b3
|
Some cleanup.
|
2021-10-18 10:29:23 -04:00 |
|
Ryan Curtin
|
23aab9f924
|
Factor out constant things from the loop.
|
2021-10-18 10:07:02 -04:00 |
|
Ryan Curtin
|
d58258ff6c
|
Fix MOEAD test stability.
|
2021-10-16 12:58:29 -04:00 |
|
Nanubala Gnana Sai
|
96006fa6b2
|
Merge branch 'master' into dirichlet
|
2021-06-24 00:08:45 +05:30 |
|
NanuSai
|
b9b011ea01
|
Test against ZDT3
Add DirichletMOEAD
|
2021-06-19 01:03:30 +05:30 |
|
NanuSai
|
d7be57a90b
|
fix test params
|
2021-06-18 18:09:54 +05:30 |
|
NanuSai
|
60f92647a2
|
=> Added uniform init
=> Use 300 instead of 150 population
=> DefaultMOEAD = MOEAD<Uniform, Tchebycheff>
|
2021-06-18 18:09:54 +05:30 |
|
NanuSai
|
bd6cf8a116
|
Set bad threshold as of now.
|
2021-06-17 00:04:23 +05:30 |
|
NanuSai
|
e3b865fcf0
|
revert moead test
|
2021-06-16 23:26:47 +05:30 |
|
NanuSai
|
23ff19074a
|
minor fix
|
2021-06-16 11:53:04 +05:30 |
|
NanuSai
|
8d81b422d2
|
indent
|
2021-06-16 10:47:06 +05:30 |
|
NanuSai
|
de612d3d09
|
using DefaultMOEAD
|
2021-06-16 10:30:08 +05:30 |
|
NanuSai
|
ee41faad7d
|
Tested against ZDT1
|
2021-06-16 08:24:02 +05:30 |
|
NanuSai
|
6868e2ca94
|
restore all tests
|
2021-06-16 08:06:07 +05:30 |
|
NanuSai
|
9242279aba
|
Re-configure tests
|
2021-06-16 08:06:07 +05:30 |
|
 Nanubala Gnana SaiandMarcus Edel
|
5cd6bc8c29
|
Update tests/moead_test.cpp
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
|
2021-06-13 09:16:56 +05:30 |
|
NanuSai
|
b0c4c1b7b1
|
reorder tests
|
2021-06-12 09:59:26 +05:30 |
|
NanuSai
|
604209a0f7
|
added epsilon
|
2021-06-12 09:00:30 +05:30 |
|
NanuSai
|
08fa726dc1
|
Tests pass
|
2021-06-09 21:26:23 +05:30 |
|
NanuSai
|
dd4b475b8c
|
All tests compile
|
2021-06-09 12:49:28 +05:30 |
|
NanuSai
|
2ce3bd3d14
|
tab v space pt3
|
2021-06-08 10:21:16 +05:30 |
|
NanuSai
|
e515851b40
|
author fix impl
test comments fixed.
|
2021-06-08 10:21:16 +05:30 |
|
NanuSai
|
9c888154b0
|
fix bounds
|
2021-06-08 10:21:16 +05:30 |
|
NanuSai
|
3f30929c31
|
=> test with def args : pass
=> rm arma::Mat<> => arma::umat
|
2021-06-08 10:21:16 +05:30 |
|
NanuSai
|
b1bd1445ce
|
numGenerations => maxGenerations
|
2021-06-08 10:21:16 +05:30 |
|
NanuSai
|
e04519b936
|
fix authors
|
2021-06-08 10:21:16 +05:30 |
|
NanuSai
|
aecbe43c3b
|
- Removed preserveDiversity for now
- ALL TESTS PASSED!!!
|
2021-06-08 10:20:45 +05:30 |
|
NanuSai
|
fefcaa6b1f
|
minor style change test
|
2021-06-08 10:20:45 +05:30 |
|
NanuSai
|
08b24f1bc8
|
- Everything compiles
- All tests fail
- debug shows weight 0?
Finally hit the "wall".
|
2021-06-08 10:20:45 +05:30 |
|
NanuSai
|
0419469103
|
- Import previous work
- populationSize > neighborSize + 1
- fix initNeighborhood
- neighborHoodSize => neighborSize
|
2021-06-08 10:20:45 +05:30 |
|