scico icon indicating copy to clipboard operation
scico copied to clipboard

Coherent policy needed for use of `jax.jit`

Open bwohlberg opened this issue 1 year ago • 2 comments

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:

  1. Operator defaults to jit=False while LinearOperator defaults to jit=True
  2. For the most part there is no jitting of Functional classes, with the exception of L0Norm.prox.
  3. Refactoring of methods in scico.optimize classes to support jitting should be explored.

bwohlberg avatar Aug 08 '22 20:08 bwohlberg