Skip to content

Commit c6fe9d3

Browse files
andreslisztandresliszt
andauthored
Fix broken home in docs (#248)
Co-authored-by: andresliszt <andres.sndbrca@gmail.com>
1 parent b7f2b7b commit c6fe9d3

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ A concise index of the currently available algorithms.
3434

3535
| Algorithm | Description |
3636
|---|---|
37-
| [NSGA-II](../user_guide/algorithms/nsga2.md) | Baseline Pareto-based MOEA with fast non-dominated sorting and crowding distance. Robust, widely used for 2–3 objectives. |
38-
| [NSGA-III](../user_guide/algorithms/nsga3.md) | Many-objective extension of NSGA-II using reference points to maintain diversity and guide convergence. |
39-
| [IBEA](../user_guide/algorithms/ibea.md) | Indicator-Based EA that optimizes a quality indicator (e.g., hypervolume/ε-indicator) to drive selection. |
40-
| [SPEA-II](../user_guide/algorithms/spea2.md) | Strength Pareto EA with enhanced fitness assignment, density estimation (k-NN), and external archive. |
41-
| [AGEMOEA](../user_guide/algorithms/agemoea.md) | Approximation-guided MOEA that directly improves the Pareto-front approximation via set-level indicators. |
42-
| [RNSGA-II](../user_guide/algorithms/rnsga2.md) | Reference-point oriented NSGA-II variant; biases the search toward regions of interest while preserving diversity. |
43-
| [REVEA](../user_guide/algorithms/revea.md) | Reference vector/region–guided evolutionary algorithm using directional vectors to balance diversity and convergence. |
44-
| [Custom Defined Algorithms](../user_guide/algorithms/custom/custom.md) | User defined algorithms by defining selection and survival operators|
37+
| [NSGA-II](user_guide/algorithms/nsga2.md) | Baseline Pareto-based MOEA with fast non-dominated sorting and crowding distance. Robust, widely used for 2–3 objectives. |
38+
| [NSGA-III](user_guide/algorithms/nsga3.md) | Many-objective extension of NSGA-II using reference points to maintain diversity and guide convergence. |
39+
| [IBEA](user_guide/algorithms/ibea.md) | Indicator-Based EA that optimizes a quality indicator (e.g., hypervolume/ε-indicator) to drive selection. |
40+
| [SPEA-II](user_guide/algorithms/spea2.md) | Strength Pareto EA with enhanced fitness assignment, density estimation (k-NN), and external archive. |
41+
| [AGEMOEA](user_guide/algorithms/agemoea.md) | Approximation-guided MOEA that directly improves the Pareto-front approximation via set-level indicators. |
42+
| [RNSGA-II](user_guide/algorithms/rnsga2.md) | Reference-point oriented NSGA-II variant; biases the search toward regions of interest while preserving diversity. |
43+
| [REVEA](user_guide/algorithms/revea.md) | Reference vector/region–guided evolutionary algorithm using directional vectors to balance diversity and convergence. |
44+
| [Custom Defined Algorithms](user_guide/algorithms/custom/custom.md) | User defined algorithms by defining selection and survival operators|
4545

4646
## Introduction to Multi-Objective Optimization
4747

@@ -69,7 +69,7 @@ Unlike single-objective optimization, here we seek to optimize *all* objectives
6969

7070
## Quickstart
7171

72-
The well known [ZTD3](../user_guide/algorithms/nsga2.md#zdt3-problem) problem solved with the [NSGA-II](../user_guide/algorithms/nsga2.md) algorithm!
72+
The well known [ZTD3](user_guide/algorithms/nsga2.md#zdt3-problem) problem solved with the [NSGA-II](user_guide/algorithms/nsga2.md) algorithm!
7373

7474
=== "Rust"
7575
{% include-markdown "user_guide/algorithms/python/nsga2.md" %}
@@ -88,7 +88,7 @@ The well known [ZTD3](../user_guide/algorithms/nsga2.md#zdt3-problem) problem so
8888
In this unique optimization problem, there is only one individual who optimizes both beauty and misbehavior at the same time: my little dog Arya!
8989

9090
<div style="text-align: center;">
91-
<img src="../images/arya.png" alt="Arya" width="500" />
91+
<img src="images/arya.png" alt="Arya" width="500" />
9292
</div>
9393

9494
Arya not only captivates with her beauty, but she also misbehaves in the most adorable way possible. This problem serves as a reminder that sometimes the optimal solution is as heartwarming as it is delightfully mischievous.

pymoors/mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ extra_css:
6262

6363
nav:
6464
- Get Started:
65-
- Moo-rs : getting_started/moors.md
65+
- Moo-rs : index.md
6666
- Installation: getting_started/installation.md
6767
- Knapsack Problem: getting_started/knapsack.md
6868
- Small Real Valued Problem: getting_started/real_valued.md

0 commit comments

Comments
 (0)