Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
DrEO
sho
Commits
8b0671fa
Commit
8b0671fa
authored
Jun 02, 2022
by
Johann Dreo
Browse files
fix doc export bugs
parent
374c126e
Changes
2
Hide whitespace changes
Inline
Side-by-side
LESSON.md
View file @
8b0671fa
...
...
@@ -175,7 +175,7 @@ def variation(parents):
```
Is ES convergent?
If $$#P=1$$, what are the differences with a random walk?
If $$
\
#
P=1$$, what are the differences with a random walk?
Estimation of Distribution Algorithms
...
...
@@ -235,6 +235,8 @@ Main models
> - multi-objectives (cf. Pareto optimality).

"Pareto optimality --- (c) Johann Dreo (Yes, I put it on Wikipedia,
too).")
*
Two points A and B are said "non-dominated" when they are better than each other
on one objective f1 or f2, the point C being "dominated". The set of
...
...
make_doc.sh
View file @
8b0671fa
#!/bin/sh
pandoc
-f
gfm
--defaults
docs/config_pdf.yaml
-o
LESSON.pdf LESSON.md
pandoc
--defaults
docs/config_pdf.yaml
--webtex
--pdf-engine
=
xelatex
-o
LESSON.pdf LESSON.md
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment