-
Notifications
You must be signed in to change notification settings - Fork 90
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
Output folder, better TemplateExpression, colored printouts, switch to ProgressMeter #360
Conversation
Benchmark Results
Benchmark PlotsA plot of the benchmark results have been uploaded as an artifact to the workflow run for this PR. |
3d210c6
to
f12c9d9
Compare
Pull Request Test Coverage Report for Build 11586190409Details
💛 - Coveralls |
I think in the example it would be nice to have an example with a literal user-defined struct getting returned from the structure function. And the fields of that struct could depend nonlinearly on the functions evolved. |
e.g., struct Energy{T}
hamiltonian::T
lagrangian::T
end
energy(nt) = map(
(T, V) -> Energy(T + V, T - V),
nt.T, nt.V
)
energy(nt::NamedTuple{<:Any,Tuple{Vararg{String}}}) = (
"(T = $(nt.T), V = $(nt.V))"
)
variable_mapping = (; T = [1], V = [2]) and then do a search based on some values of H and L! (Maybe there should be a hasmethod check that falls back to this printing style as default?) |
f12c9d9
to
235d44e
Compare
4caca7d
to
bd2eac4
Compare
61bca13
to
80dce0d
Compare
New URLLater.Permit constraints and simplification by defaultWill add later if needed.@nospecialize
fixSet up user mailing list – send around an email that people can accept to join the google group for PySR/SymbolicRegression.jl updatesLater.Custom complexities, custom constraints, etc for TemplateExpressionWill add later if needed.Better default printout for TemplateExpressions - should print individual components!Cancelled this for now.