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
synth
eval(...)
HerbInterpret.interpret(...)
stop_criterium(...)
The text was updated successfully, but these errors were encountered:
@THinnerichs can we close now that #70 is published?
Sorry, something went wrong.
evaluate(...)
stop_criterium
We have
score = evaluate(problem, expr, symboltable, shortcircuit=shortcircuit, allow_evaluation_errors=allow_evaluation_errors) if score == 1 return (candidate_program, optimal_program) elseif score >= best_score best_score = score best_program = candidate_program end
but we may want to stop using other criteria than score == 1.
score == 1
No branches or pull requests
eval(...)
to take care of the different interpretation outputs ofHerbInterpret.interpret(...)
stop_criterium(...)
defining when to stop the searchThe text was updated successfully, but these errors were encountered: