-
Hi,
|
Beta Was this translation helpful? Give feedback.
Answered by
kernc
Oct 13, 2022
Replies: 1 comment
-
stats = bt.optimize(
...,
constraint=lambda param: (param.Fema_len < param.Sema_len and
param.Sema_len < param.Lema_len)
) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
DBruV
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bactest.optimize(constraint=)
function can be arbitrarily complex: