Skip to content

Commit

Permalink
paper
Browse files Browse the repository at this point in the history
  • Loading branch information
Freakwill committed Dec 20, 2023
1 parent d4f6c65 commit 0122bdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions paper/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ plt.show()

![The fitness evolution curve of the population. The library does not provide specific plotting commands. Instead, users can directly utilize the plotting commands from the `pandas` library.](plot-history.png)


<!--
# Create your own classes and algorithms
In the standard GA, the mutation rate and crossover rate remain constant and uniform throughout the entire population during evolution. However, in self-adaptive GAs [@hinterding], these rates can be dynamically encoded in each individual, allowing for adaptability during iterations.
Expand All @@ -251,7 +251,7 @@ class AdaptiveIndividual(MixedIndividual):
AdaptivePopulation = StandardPopulation[AdaptiveIndividual] // 20
```
``` -->

# Conclusion

Expand Down

0 comments on commit 0122bdc

Please sign in to comment.