SlaybaughLab / Coeus

Energy Tuning Assembly Design and Optimization Tool
2 stars 0 forks source link

Add User Defined Objective Functions #14

Open jamesbevins opened 6 years ago

jamesbevins commented 6 years ago

I think the way to do this is by having a objective functions module. We can have some built in objective functions, and we can have the ability for the user to build their own in the module based on reading from a tally output (or where ever). The input would then require the user to specify the function name and any required parameters (ex tally number).

jamesbevins commented 6 years ago

I made a minor change by moving the objective function setting function from Coeus to inside the Gnowee Settings class. I was unable to test becuase it looks like the Objective_Function module hasn't been pushed to github?

jamesbevins commented 6 years ago

I made quite a bit of changes around the framework you had built. It appears to be working...