Skip to content

Commit

Permalink
ref
Browse files Browse the repository at this point in the history
  • Loading branch information
Freakwill committed May 21, 2024
1 parent abd5ca2 commit 72d9ecd
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 @@ -46,7 +46,7 @@ In a typical Python implementation, populations are initially defined as lists o
A concise comparison between `pyrimidine` and several popular frameworks provided in \autoref{frameworks}, such as [`DEAP`](https://deap.readthedocs.io/) [@fortin] and [`gaft`](https://github.com/PytLab/gaft), which have significantly influenced the design of `pyrimidine`.


: Comparison of the popular genetic algorithm frameworks. {label="frameworks"}
: Comparison of the popular genetic algorithm frameworks. \label{frameworks}

<!-- +-------------------+------------+----------+----------+----------+ -->
| Library | Design Style | Versatility | Extensibility | Visualization |
Expand Down Expand Up @@ -79,7 +79,7 @@ We introduce the concept of a **container**, simulating an **(algebraic) system*

A container $s$ of type $S$, with elements of type $A$, is represented by following expression:
$$
s = \{a:A\}: S ~~\text{or}~~ s:S[A]{label=container}
s = \{a:A\}: S ~~\text{or}~~ s:S[A]\label{container}
$$
where the symbol $\{\cdot\}$ signifies either a set, or a sequence to emphasize the order of the elements. The notation $S[A]$ mimicks Python syntax, borrowed from the module [typing](https://docs.python.org/3.11/library/typing.html?highlight=typing#module-typing).

Expand Down

0 comments on commit 72d9ecd

Please sign in to comment.