-
instead of using Darendeli curves from Vs-profile input |
Beta Was this translation helpful? Give feedback.
Answered by
jsh9
Apr 18, 2022
Replies: 1 comment
-
We can readily do this:
Here is an example: https://github.com/jsh9/PySeismoSoil/blob/455be0fb5c46ab48cbe107b8ec91f852e732d28a/examples/Demo_04_Curves.ipynb (see Section 3: Multiple_Damping_Curves class) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jsh9
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We can readily do this:
Multiple_Damping_Curves
object with custom curves (instead of from Darendeli's formulas)get_all_HH_x_params()
method to do non parametric curve fitting (based on the evolutionary algorithm)Here is an example: https://github.com/jsh9/PySeismoSoil/blob/455be0fb5c46ab48cbe107b8ec91f852e732d28a/examples/Demo_04_Curves.ipynb (see Section 3: Multiple_Damping_Curves class)