Skip to content

Commit 7f625f2

Browse files
committed
Revert some optimization -> optimisation for yaml syntax purposes
1 parent aa452c9 commit 7f625f2

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/everest/example.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Optimisation definition
100100

101101
everest_config.yml::
102102

103-
optimisation:
103+
optimization:
104104
algorithm: optpp_q_newton
105105
convergence_tolerance: 0.005
106106

@@ -196,7 +196,7 @@ everest_config.yml::
196196

197197
environment:
198198
simulation_folder: sim_output
199-
output_folder: everest_optimisation
199+
output_folder: everest_optimization
200200
random_seed: 999
201201

202202
**Details**
@@ -230,7 +230,7 @@ everest_config.yml::
230230
-
231231
name: distance
232232

233-
optimisation:
233+
optimization:
234234
algorithm: optpp_q_newton
235235
convergence_tolerance: 0.005
236236

@@ -249,7 +249,7 @@ everest_config.yml::
249249

250250
environment:
251251
simulation_folder: sim_output
252-
output_folder: everest_optimisation
252+
output_folder: everest_optimization
253253
random_seed: 999
254254

255255
More information regarding all the available section options and additional sections not covered in the current example
@@ -331,7 +331,7 @@ which can be done using the following command::
331331

332332
A successful run should provide the following information in the console::
333333

334-
=================================== Optimisation progress ===================================
334+
=================================== Optimization progress ===================================
335335
objective_history
336336
[-0.75, -0.741387, -3.0771e-06, -3.52973e-05, -1.9738e-06]
337337
control_history

0 commit comments

Comments
 (0)