-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
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
Use engine as function or generator #1
Comments
@nilp0inter Happy to offer some help if I can :) |
My hacky workaround is not optimal! |
Hi! Thank you for the help, it is very welcome. As you mentioned in your original post, this can be accomplished in several ways. I think the best way to decide is to enumerate the options to better compare them (and maybe code a proof of concept to test them) For example it can be done by:
I'll be coding some of this ideas in Gists and linking them here. You can do the same if you think of any alternatives not mentioned here. |
This is the first proof of concept. Implementing ideas from (3).
Note: The method |
Hi! I need to return resultadoPublicaciones value in order to use it in other method, but I don't know how to do it. Could someone help me? class EvaluacionPublicacionesCE(KnowledgeEngine):
|
Introduce a new engine feature to allow returning values from the RHS.
This has been requested many times, last time here: buguroo#47
The text was updated successfully, but these errors were encountered: