Skip to content

Commit 1eda4e4

Browse files
committed
Fixes a bug on the CMA-ES documentation
1 parent 73df002 commit 1eda4e4

File tree

7 files changed

+1
-4
lines changed

7 files changed

+1
-4
lines changed
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.

docs/poli-docs/_build/html/_sources/using_poli_baselines/cma_es.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ population_size = 10
2222
problem_factory = ToyContinuousProblemFactory()
2323

2424
f, _, _ = problem_factory.create(
25-
name="toy_continuous_problem",
2625
function_name="ackley_function_01",
2726
n_dimensions=n_dimensions,
2827
)

docs/poli-docs/_build/html/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/poli-docs/_build/html/using_poli_baselines/cma_es.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,6 @@ <h2>How to run<a class="headerlink" href="#how-to-run" title="Permalink to this
573573
<span class="n">problem_factory</span> <span class="o">=</span> <span class="n">ToyContinuousProblemFactory</span><span class="p">()</span>
574574

575575
<span class="n">f</span><span class="p">,</span> <span class="n">_</span><span class="p">,</span> <span class="n">_</span> <span class="o">=</span> <span class="n">problem_factory</span><span class="o">.</span><span class="n">create</span><span class="p">(</span>
576-
<span class="n">name</span><span class="o">=</span><span class="s2">&quot;toy_continuous_problem&quot;</span><span class="p">,</span>
577576
<span class="n">function_name</span><span class="o">=</span><span class="s2">&quot;ackley_function_01&quot;</span><span class="p">,</span>
578577
<span class="n">n_dimensions</span><span class="o">=</span><span class="n">n_dimensions</span><span class="p">,</span>
579578
<span class="p">)</span>

docs/poli-docs/using_poli_baselines/cma_es.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ population_size = 10
2222
problem_factory = ToyContinuousProblemFactory()
2323

2424
f, _, _ = problem_factory.create(
25-
name="toy_continuous_problem",
2625
function_name="ackley_function_01",
2726
n_dimensions=n_dimensions,
2827
)

0 commit comments

Comments
 (0)