Skip to content

Commit

Permalink
Minor editing
Browse files Browse the repository at this point in the history
  • Loading branch information
thouska committed Feb 12, 2025
1 parent e57e2d4 commit f25da5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spotpy/algorithms/_algorithm.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ class _algorithm(object):
csv: A csv file will be created, which you can import afterwards.
parallel: str
seq: Sequentiel sampling (default): Normal iterations on one core of your cpu.
mpc: Multi processing: Iterations on all available cores on your (single) pc
mpc: Multi processing: Iterations on all available cores on your (single) pc/laptop
mpi: Message Passing Interface: Parallel computing on high performance computing clusters, py4mpi needs to be installed
save_threshold: float or list
Compares the given value/list of values with return value/list of values from spot_setup.objectivefunction.
Expand Down

0 comments on commit f25da5e

Please sign in to comment.