dso-org / deep-symbolic-optimization

A deep learning framework for symbolic optimization.
BSD 3-Clause "New" or "Revised" License
568 stars 122 forks source link

About constant term and coefficient #65

Closed YuanYuan98 closed 1 year ago

YuanYuan98 commented 1 year ago

Hi,

After trying this method to discover some physical laws (such as the gravity law), I notice that it fails to deal with constant terms and coefficient terms. Could you please provide ideas to solve this problem?

Thanks!

brendenpetersen commented 1 year ago

Hi, sorry for the delay. DSO on the regression tasks finds constant values either using BFGS optimizer (const token) or analytically (using the poly token). I suggest trying those tokens in your function_set.