Commit graph

5,439 commits

Author SHA1 Message Date
Alix ZHENG
6f0f2fb2e6 Add the final experimental scripts 2021-09-05 20:49:47 +02:00
Alix ZHENG
6febf4cceb Add experimental scripts for irace/fastga 2021-08-30 09:44:06 +02:00
c9cbd4ee14 move scripts in irace/expe/alpha/ 2021-08-25 09:18:20 +02:00
e2b74349e1 [fastga] adds a fitness stoping criterion 2021-07-30 11:16:30 +02:00
558d476ef3 feat: adds a constructor taking a vector to eoCombinedContinue 2021-07-30 11:15:59 +02:00
eb9bd4a405 make some eoAlgoFoundryFastGA's parameters const 2021-07-30 10:30:37 +02:00
6c3bffd8c2 [fastga] fix budget-related issues
Was overridding the max-evals budget in certain cases.
2021-07-30 10:29:03 +02:00
648357de64 disable objective transformation in W-Model of fastga 2021-07-19 16:34:25 +02:00
864bbf697d adds the pop_size parameters as managed by fastga 2021-07-19 12:08:04 +02:00
f4a8f97f70 add an example of complex build script for fastga 2021-07-15 19:20:04 +02:00
18fec047ad fix clang 10 compatibility
- random_shuffle is replaced by shuffle
- get rid of EO stuff in eoPop, superseeded by stdlib random
- get rid of bind2nd and use lambdas
2021-07-15 18:52:21 +02:00
949b5818a2 adds a definition file for building fastga as a Singularity container 2021-07-08 12:19:10 +02:00
cd7787bbab feat: adds eoForgeScalar and eoParameterFoundry
- Get arithmetic types out of eoOperatorFoundry in eoParameterFoundry.
- Allow for metric space variables management within irace.
2021-07-08 08:17:30 +02:00
8e960b23f3 update irace/fastga to follow recent IOH refactoring 2021-07-07 13:07:38 +02:00
da44681fd7 redact name in doc 2021-07-07 12:59:16 +02:00
afc28931e4 Merge branch 'master' of gitlab.inria.fr:paradiseo/paradiseo
Just a merge of the READMEs
2021-03-26 09:25:14 +01:00
1e93e8d3c2 [irace] add script to run random algorithms 2021-02-16 15:25:21 +01:00
425a71d6a6 [irace] script to run all elites on all problems 2021-02-16 09:04:56 +01:00
58e206cb40 [irace] feat more parse scripts 2021-02-03 16:58:26 +01:00
202246be02 [irace] add FastGA grammar diagram 2021-02-03 10:05:07 +01:00
1c940d6ec4 [irace]_add architecture diagram 2021-02-03 10:01:17 +01:00
Amine Aziz-Alaoui
2da4a02092 [irace] fix default configuration 2021-02-03 10:00:32 +01:00
Amine Aziz-Alaoui
a959a3b57e [irace] add expe run scripts 2021-02-03 10:00:04 +01:00
2326fd8c8b fix irace.log parser
Was parsing the ID as the performance.
2021-01-28 19:10:09 +01:00
e617916e98 feat irace add script to parse irace to csv 2021-01-25 13:48:52 +01:00
1b4f9447f2 irace feat: scripts to run baseline and plot ECDF histograms 2021-01-23 20:55:13 +01:00
222c86143f irace feat: add a way to print attainment histograms 2021-01-23 20:54:24 +01:00
2fe6d03c8a update the experiments config
- feat add a template in target-runner to change the problem
- loop over irace runs for each problem
2021-01-23 16:34:28 +01:00
82af0ed674 fix a filesystem bug of IOH by pre-creating directories 2021-01-23 16:34:18 +01:00
25f4592826 [irace] feat: print class names of configured operators 2021-01-21 20:19:32 +01:00
Amine Aziz-Alaoui
640fa31fb5 [irace] put results in in a directory GECCO21-ECADA 2021-01-19 18:42:06 +01:00
Amine Aziz-Alaoui
ccc79d68f4 [irace] make dimension depends on the problem config 2021-01-19 18:41:41 +01:00
9a10e818bc fix missing header inclusion 2021-01-19 18:18:27 +01:00
Amine Aziz-Alaoui
2b27540f17 [irace] prepare for expe
- update problems parameters
- forge useful names for CSV logger metadata
- add experiments scripts
2021-01-19 18:16:17 +01:00
GMYS Jan
f8347f9bf9 Update README.md 2020-12-17 14:01:37 +01:00
GMYS Jan
6c482dd3bc README.md replaced README 2020-11-24 16:07:11 +01:00
GMYS Jan
3396ef0814 markdown formatting 2020-11-24 16:03:45 +01:00
GMYS Jan
707b754dbf formatting 2020-11-24 16:01:30 +01:00
3d48db9f4a fix irace: use categorical config for operator lists
Keep metric integer config for numeric parameters.

Thanks to Manuel López-Ibáñez for suggesting the fix.
2020-11-13 09:34:50 +01:00
be41e22f19 comment formatting 2020-11-13 09:02:16 +01:00
5114723804 better wording 2020-11-10 14:26:34 +01:00
d03269c865 webpage: add a section about algo selection and config 2020-11-10 12:14:51 +01:00
325f3ebf30 irace: pass metadata to IOH 2020-10-18 18:29:27 +02:00
d8972be2a0 irace feat: add an option to clutch a full CSV logger 2020-10-18 18:21:22 +02:00
ce10a6d4d2 Merge branch 'irace-interface' 2020-10-11 15:44:29 +02:00
a227e071f9 count eval after calling the objective function 2020-10-09 16:41:16 +02:00
5cb7bfd317 declutch restart in FastGA foundry 2020-10-09 16:40:38 +02:00
ffafaa5b40 better target-runner and run_irace.sh 2020-10-09 16:39:18 +02:00
48430567b0 declutch log in target-runner 2020-10-09 16:35:27 +02:00
70e79aba3d fix fastga: eval minus pop_size for init 2020-10-09 16:32:42 +02:00