You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a few nested constraints, basically want to force it that each function can only take variables/constants as arguments, instead of more functions, here:
In my hall of fame, it keeps optimizing to tanh(exp(x₃)) * x₁. It doesn't look like any other functions are improperly nested, just the exp appearing inside the tanh. Am I doing something wrong?
Cheers,
Liza
Version
1.5.2
Operating System
macOS
Interface
Julia REPL, Script (i.e., python my_script.py)
Relevant log output
Extra Info
No response
The text was updated successfully, but these errors were encountered:
What happened?
I have a few nested constraints, basically want to force it that each function can only take variables/constants as arguments, instead of more functions, here:
In my hall of fame, it keeps optimizing to
tanh(exp(x₃)) * x₁
. It doesn't look like any other functions are improperly nested, just theexp
appearing inside thetanh
. Am I doing something wrong?Cheers,
Liza
Version
1.5.2
Operating System
macOS
Interface
Julia REPL, Script (i.e.,
python my_script.py
)Relevant log output
Extra Info
No response
The text was updated successfully, but these errors were encountered: