Age | Commit message (Collapse) | Author | Lines |
|
|
|
|
|
|
|
|
|
|
|
model.build_dtree does belong into attr, but that's a different commit
|
|
The tree variant is used for attributes which depend on a non-numeric
parameter (which can't be modeled as a function)
|
|
|
|
pretty hacky at the moment, but good enough for eval
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This speeds up analysis and adds support for models with more than 32
parameters.
|
|
|