Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- commit 8562e9f107c469092a37dd73261e2446eeaa43c3 (HEAD -> new-paper-exp)
- Author: Vladimir Latypov <donrumata03@gmail.com>
- Date: Fri May 24 21:51:44 2024 +0300
- WIP Chain of mutations
- .../mutation_chain_experiments.py | 105 +++++++++++++++++++++
- 1 file changed, 105 insertions(+)
- commit ab22294f0b95ee6c3f4e4e23455f50a7ec8d8853 (origin/new-paper-exp)
- Author: Vladimir Latypov <donrumata03@gmail.com>
- Date: Thu May 23 19:23:55 2024 +0300
- Add graph building script
- launch/build_fitness_history_graphs.py | 191 +++++++++++++++++++++++++++++++++
- 1 file changed, 191 insertions(+)
- commit b7e564ae37ce622a90a2cb36b232e318b40843db
- Author: Vladimir Latypov <donrumata03@gmail.com>
- Date: Thu May 23 15:46:24 2024 +0300
- Compute the right metrics everywhere
- launch/generate_comparison_tables.py | 55 +++++++++++++++++++++++++-----------
- 1 file changed, 38 insertions(+), 17 deletions(-)
- commit 0c56864995e6c738fe3353e8874b55d2f7a25518
- Author: Vladimir Latypov <donrumata03@gmail.com>
- Date: Wed May 22 21:30:39 2024 +0300
- Fix table style, add statistics
- launch/generate_comparison_tables.py | 62 +++++++++++++++++++++++++++++++++---
- 1 file changed, 57 insertions(+), 5 deletions(-)
- commit fbf9287acc586ad4b7be47f72dd8ee787202162e
- Author: Vladimir Latypov <donrumata03@gmail.com>
- Date: Wed May 22 03:18:25 2024 +0300
- More informative table generation
- launch/generate_comparison_tables.py | 43 +++++++++++++++++++++++++++++++-----
- launch/postprocess_paper_metrics.py | 4 ++--
- 2 files changed, 40 insertions(+), 7 deletions(-)
- commit 5741a5fe6fbfdfbfbf9f8d538dbc8e6ccb237b89
- Author: Vladimir Latypov <donrumata03@gmail.com>
- Date: Tue May 21 18:27:25 2024 +0300
- Comparison table generation
- launch/generate_comparison_tables.py | 52 ++++++++++++++++++++++++++++++++++++
- launch/postprocess_paper_metrics.py | 4 +--
- 2 files changed, 54 insertions(+), 2 deletions(-)
- commit 6dbc419fbb5871317a55199d656c5b003d088b88
- Author: Vladimir Latypov <donrumata03@gmail.com>
- Date: Tue May 21 17:18:16 2024 +0300
- Clean csv generation from the paper
- launch/collect_metrics.py | 4 +--
- launch/postprocess_paper_metrics.py | 59 +++++++++++++++++++++----------------
- 2 files changed, 36 insertions(+), 27 deletions(-)
- commit 24612648ffacfae158c20059d52ca395cafb46ec
- Author: Vladimir Latypov <donrumata03@gmail.com>
- Date: Tue May 21 02:55:43 2024 +0300
- Computing result tables
- launch/collect_metrics.py | 31 ++++++++++++++++++++++++++++++-
- launch/postprocess_paper_metrics.py | 31 +++++++++++++++++++++++++++++++
- 2 files changed, 61 insertions(+), 1 deletion(-)
- commit 34c7d6d340e8f0d2f53c5da65ada7939f921f90f
- Author: Vladimir Latypov <donrumata03@gmail.com>
- Date: Tue May 21 01:56:03 2024 +0300
- Validate directories
- launch/collect_metrics.py | 38 +++++++++++++++++++++++++++++++++++++-
- 1 file changed, 37 insertions(+), 1 deletion(-)
- commit 8363f47fc656ab6d19ae4dcc2d1962e01e3fedc8
- Author: Vladimir Latypov <donrumata03@gmail.com>
- Date: Sat May 18 11:04:08 2024 +0300
- Adapt log generation to the current directory structure
- experiments/classification/get_report.py | 2 +-
- launch/collect_metrics.py | 71 ++++++++++++++++++++++++++++++++
- launch/report.py | 10 ++---
- 3 files changed, 77 insertions(+), 6 deletions(-)
- commit fbfe6eb6774ce92fbd68a7faccb9dc8fccc7cf20
- Author: Vladimir Latypov <donrumata03@gmail.com>
- Date: Thu May 16 00:28:21 2024 +0300
- Optional fix of neg_log_loss metric name
- experiments/configs/new_paper_configs/ConfigMultiObjective.yaml | 7 ++++---
- launch/run/tabular/fedot_run.py | 4 ++--
- 2 files changed, 6 insertions(+), 5 deletions(-)
- commit 763b58fad4b79e2186ad90d64d51ac613835a6a6
- Author: Vladimir Latypov <donrumata03@gmail.com>
- Date: Tue May 14 14:15:11 2024 +0300
- Fix deprecated df.append → df.concat
- launch/save.py | 21 +++++++++------------
- 1 file changed, 9 insertions(+), 12 deletions(-)
- commit 74b34f15dadf5a2de227e9bef0a2f89ba393f45b
- Author: Vladimir Latypov <donrumata03@gmail.com>
- Date: Tue May 14 11:53:55 2024 +0300
- Fix MultiObjective fedot implementation
- .../configs/new_paper_configs/ConfigMultiObjective.yaml | 11 ++++-------
- launch/run/tabular/fedot_run.py | 7 ++++---
- 2 files changed, 8 insertions(+), 10 deletions(-)
- commit e47bd11f198b83ff1bacd92d974749700f0d4160
- Author: Vladimir Latypov <donrumata03@gmail.com>
- Date: Mon May 13 01:30:53 2024 +0300
- Add MultiObjective FEDOT to experiments
- experiment.py | 2 +-
- .../new_paper_configs/ConfigMultiObjective.yaml | 46 ++++++++++++++++++++++
- launch/run/tabular/fedot_run.py | 4 ++
- 3 files changed, 51 insertions(+), 1 deletion(-)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement