Advertisement
donRumata03

Untitled

May 24th, 2024
409
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 5.75 KB | None | 0 0
  1. commit 8562e9f107c469092a37dd73261e2446eeaa43c3 (HEAD -> new-paper-exp)        
  2. Author: Vladimir Latypov <donrumata03@gmail.com>                              
  3. Date:   Fri May 24 21:51:44 2024 +0300                                        
  4.                                                                                
  5.     WIP Chain of mutations                                                    
  6.                                                                                
  7.  .../mutation_chain_experiments.py                  | 105 +++++++++++++++++++++
  8.  1 file changed, 105 insertions(+)                                            
  9.                                                                                
  10. commit ab22294f0b95ee6c3f4e4e23455f50a7ec8d8853 (origin/new-paper-exp)        
  11. Author: Vladimir Latypov <donrumata03@gmail.com>                              
  12. Date:   Thu May 23 19:23:55 2024 +0300                                        
  13.                                                                                
  14.     Add graph building script                                                  
  15.                                                                                
  16.  launch/build_fitness_history_graphs.py | 191 +++++++++++++++++++++++++++++++++
  17.  1 file changed, 191 insertions(+)                                            
  18.                                                                                
  19. commit b7e564ae37ce622a90a2cb36b232e318b40843db                                
  20. Author: Vladimir Latypov <donrumata03@gmail.com>                              
  21. Date:   Thu May 23 15:46:24 2024 +0300
  22.  
  23.     Compute the right metrics everywhere
  24.  
  25.  launch/generate_comparison_tables.py | 55 +++++++++++++++++++++++++-----------
  26.  1 file changed, 38 insertions(+), 17 deletions(-)
  27.  
  28. commit 0c56864995e6c738fe3353e8874b55d2f7a25518
  29. Author: Vladimir Latypov <donrumata03@gmail.com>
  30. Date:   Wed May 22 21:30:39 2024 +0300
  31.  
  32.     Fix table style, add statistics
  33.  
  34.  launch/generate_comparison_tables.py | 62 +++++++++++++++++++++++++++++++++---
  35.  1 file changed, 57 insertions(+), 5 deletions(-)
  36.  
  37. commit fbf9287acc586ad4b7be47f72dd8ee787202162e
  38. Author: Vladimir Latypov <donrumata03@gmail.com>
  39. Date:   Wed May 22 03:18:25 2024 +0300
  40.  
  41.     More informative table generation
  42.  
  43.  launch/generate_comparison_tables.py | 43 +++++++++++++++++++++++++++++++-----
  44.  launch/postprocess_paper_metrics.py  |  4 ++--
  45.  2 files changed, 40 insertions(+), 7 deletions(-)
  46.  
  47. commit 5741a5fe6fbfdfbfbf9f8d538dbc8e6ccb237b89
  48. Author: Vladimir Latypov <donrumata03@gmail.com>
  49. Date:   Tue May 21 18:27:25 2024 +0300
  50.  
  51.     Comparison table generation
  52.  
  53.  launch/generate_comparison_tables.py | 52 ++++++++++++++++++++++++++++++++++++
  54.  launch/postprocess_paper_metrics.py  |  4 +--
  55.  2 files changed, 54 insertions(+), 2 deletions(-)
  56.  
  57. commit 6dbc419fbb5871317a55199d656c5b003d088b88
  58. Author: Vladimir Latypov <donrumata03@gmail.com>
  59. Date:   Tue May 21 17:18:16 2024 +0300
  60.  
  61.     Clean csv generation from the paper
  62.  
  63.  launch/collect_metrics.py           |  4 +--
  64.  launch/postprocess_paper_metrics.py | 59 +++++++++++++++++++++----------------
  65.  2 files changed, 36 insertions(+), 27 deletions(-)
  66.  
  67. commit 24612648ffacfae158c20059d52ca395cafb46ec
  68. Author: Vladimir Latypov <donrumata03@gmail.com>
  69. Date:   Tue May 21 02:55:43 2024 +0300
  70.  
  71.     Computing result tables
  72.  
  73.  launch/collect_metrics.py           | 31 ++++++++++++++++++++++++++++++-
  74.  launch/postprocess_paper_metrics.py | 31 +++++++++++++++++++++++++++++++
  75.  2 files changed, 61 insertions(+), 1 deletion(-)
  76.  
  77. commit 34c7d6d340e8f0d2f53c5da65ada7939f921f90f
  78. Author: Vladimir Latypov <donrumata03@gmail.com>
  79. Date:   Tue May 21 01:56:03 2024 +0300
  80.  
  81.     Validate directories
  82.  
  83.  launch/collect_metrics.py | 38 +++++++++++++++++++++++++++++++++++++-
  84.  1 file changed, 37 insertions(+), 1 deletion(-)
  85.  
  86. commit 8363f47fc656ab6d19ae4dcc2d1962e01e3fedc8
  87. Author: Vladimir Latypov <donrumata03@gmail.com>
  88. Date:   Sat May 18 11:04:08 2024 +0300
  89.  
  90.     Adapt log generation to the current directory structure
  91.  
  92.  experiments/classification/get_report.py |  2 +-
  93.  launch/collect_metrics.py                | 71 ++++++++++++++++++++++++++++++++
  94.  launch/report.py                         | 10 ++---
  95.  3 files changed, 77 insertions(+), 6 deletions(-)
  96.  
  97. commit fbfe6eb6774ce92fbd68a7faccb9dc8fccc7cf20
  98. Author: Vladimir Latypov <donrumata03@gmail.com>
  99. Date:   Thu May 16 00:28:21 2024 +0300
  100.  
  101.     Optional fix of neg_log_loss metric name
  102.  
  103.  experiments/configs/new_paper_configs/ConfigMultiObjective.yaml | 7 ++++---
  104.  launch/run/tabular/fedot_run.py                                 | 4 ++--
  105.  2 files changed, 6 insertions(+), 5 deletions(-)
  106.  
  107. commit 763b58fad4b79e2186ad90d64d51ac613835a6a6
  108. Author: Vladimir Latypov <donrumata03@gmail.com>
  109. Date:   Tue May 14 14:15:11 2024 +0300
  110.  
  111.     Fix deprecated df.append → df.concat
  112.  
  113.  launch/save.py | 21 +++++++++------------
  114.  1 file changed, 9 insertions(+), 12 deletions(-)
  115.  
  116. commit 74b34f15dadf5a2de227e9bef0a2f89ba393f45b
  117. Author: Vladimir Latypov <donrumata03@gmail.com>
  118. Date:   Tue May 14 11:53:55 2024 +0300
  119.  
  120.     Fix MultiObjective fedot implementation
  121.  
  122.  .../configs/new_paper_configs/ConfigMultiObjective.yaml       | 11 ++++-------
  123.  launch/run/tabular/fedot_run.py                               |  7 ++++---
  124.  2 files changed, 8 insertions(+), 10 deletions(-)
  125.  
  126. commit e47bd11f198b83ff1bacd92d974749700f0d4160
  127. Author: Vladimir Latypov <donrumata03@gmail.com>
  128. Date:   Mon May 13 01:30:53 2024 +0300
  129.  
  130.     Add MultiObjective FEDOT to experiments
  131.  
  132.  experiment.py                                      |  2 +-
  133.  .../new_paper_configs/ConfigMultiObjective.yaml    | 46 ++++++++++++++++++++++
  134.  launch/run/tabular/fedot_run.py                    |  4 ++
  135.  3 files changed, 51 insertions(+), 1 deletion(-)
  136.  
  137.  
  138.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement