glmpca icon indicating copy to clipboard operation
glmpca copied to clipboard

Reduce glmpca_family memory consumption

Open willtownes opened this issue 4 years ago • 1 comments

The glmpca_family object consumes a lot of memory because it preserves the environment where infograd and dev_func functions are defined. Refactor this code so these functions depend only on their inputs and not the initialization environment.

willtownes avatar Jul 27 '20 02:07 willtownes

Need to look at ilfunc

willtownes avatar Dec 04 '20 19:12 willtownes