-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
discussion requiredSome discussion necessary to decide how to address this issueSome discussion necessary to decide how to address this issueimprovementImprovement of existing code, including addressing of omissions or inconsistenciesImprovement of existing code, including addressing of omissions or inconsistencies
Description
A coherent policy for the use of jax.jit
needs to be formulated and implemented. At present, its usage seems somewhat arbitrary and inconsistent; for example:
Operator
defaults tojit=False
whileLinearOperator
defaults tojit=True
- For the most part there is no jitting of
Functional
classes, with the exception ofL0Norm.prox
. - Refactoring of methods in
scico.optimize
classes to support jitting should be explored.
Metadata
Metadata
Labels
discussion requiredSome discussion necessary to decide how to address this issueSome discussion necessary to decide how to address this issueimprovementImprovement of existing code, including addressing of omissions or inconsistenciesImprovement of existing code, including addressing of omissions or inconsistencies