Pass x to another file for obj calculation and then read results into F #253
Unanswered
Atulsingh92
asked this question in
Q&A
Replies: 1 comment
-
Yes, that is possible! Everything you do in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Julian,
This is a logic I am thinking of building for multiple files that I have which calculates the objective function, if the parameters could be parsed to it. Which makes me think, can I save x and use the file externally, and then reassemble F. i.e.
The problem I have is that as _evaluate requires F and G to be defined within _evaluate itself along with x, I used a sleep function but could not get to export x and read back F during this sleep.
Could you please highlight, how could I do so, if at all?
Beta Was this translation helpful? Give feedback.
All reactions