moga 0.2.0

A multi-objective genetic algorithm framework
Documentation
1
2
3
4
5
6
7
8
9
10
use replot.nu main
export def main [] {
  const opts = [nsga2 spea2]
  const tests = [binh_korn schaffer_n1]
  $opts
    | each { |o|
      $tests | each { |t| replot $o $t }
    }
  null
}