Skip to content

Commit 7aef966

Browse files
committed
Fixed broken link in docs
1 parent 5c73371 commit 7aef966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/userguide/model_calibration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ the calibration interface offers flexible options for optimizing model parameter
3232
- Automatic saving of optimization history for each generation, enabling analysis of optimization progress, convergence trends, performance indicators, and visualization.
3333

3434

35-
The interface provides a [`Calibration`](https://swat-model.github.io/pySWATPlus/api/model_calibration/) class that must be initialized with the required parameters.
35+
The interface provides a [`Calibration`](https://swat-model.github.io/pySWATPlus/api/calibration/) class that must be initialized with the required parameters.
3636
This class includes the `parameter_optimization` method, which performs parameter optimization using multi-objective algorithms, evolutionary strategies, and parallel computation.
3737

3838
The following code provides an example of optimizing flow discharge for both daily and monthly time-series data using multi-objective evolutionary computation.

0 commit comments

Comments
 (0)