Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

step_func missing documentation exp_hydro #2

Closed
olivierbonte opened this issue Dec 12, 2024 · 2 comments
Closed

step_func missing documentation exp_hydro #2

olivierbonte opened this issue Dec 12, 2024 · 2 comments

Comments

@olivierbonte
Copy link

The function step_func is not defined the tutorial on building exp hydro (https://github.com/chooron/HydroModels.jl/blob/main/docs/src/implements/build_exphydro_model_en.md), which makes running the example not feasible.

@chooron
Copy link
Owner

chooron commented Dec 13, 2024

Hello, I apologize for not checking this issue. This step_func is a function used for smoothing the judgment process:

step_func(x) = (tanh(5.0 * x) + 1.0) * 0.5

@olivierbonte
Copy link
Author

Thank you for the clarification! With the updated documentation from 7727d7d it is much clearer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants