We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Some black boxes (e.g. foldx,rasp and ehrlich) have constraints like only allowing evaluation in inputs of certain length. We should
foldx
rasp
ehrlich
is_feasible
is_constrained
self.constraints: list[(np.ndarray) -> (bool | list[bool])]
np.nan
-np.inf
The text was updated successfully, but these errors were encountered:
@samuelstanton
Sorry, something went wrong.
No branches or pull requests
Some black boxes (e.g.
foldx
,rasp
andehrlich
) have constraints like only allowing evaluation in inputs of certain length. We shouldis_feasible
method to them (?)is_constrained
kwarg.self.constraints: list[(np.ndarray) -> (bool | list[bool])]
(?)np.nan
? Is it-np.inf
?The text was updated successfully, but these errors were encountered: