Skip to content

Commit

Permalink
MOP updated
Browse files Browse the repository at this point in the history
  • Loading branch information
yurilavinas committed Apr 12, 2024
1 parent 5d66001 commit bd8fec3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 4_moo/NSGA-II.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.10"
"version": "3.10.12"
}
},
"nbformat": 4,
Expand Down
4 changes: 2 additions & 2 deletions 4_moo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ In this class, we look at multi-objective optimization and multi-objective
evolutionary algoritms (MOEAs). We specifically look at an example of NSGA-II, a
well-known MOEA, on the Travelling Salesman problem.

[Multi-objective Optimization slides](https://d9w.github.io/evolution/3_moo/1_multiobjective.html)
[Multi-objective Optimization slides](https://d9w.github.io/evolution/4_moo/1_multiobjective.html)

[NSGA-II notebook](https://github.com/d9w/evolution/blob/master/3_moo/NSGA-II.ipynb)
[NSGA-II notebook](https://github.com/d9w/evolution/blob/master/4_moo/NSGA-II.ipynb)

[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/d9w/evolution/blob/master/3_moo/NSGA-II.ipynb)

Expand Down

0 comments on commit bd8fec3

Please sign in to comment.