Skip to content

Coherent policy needed for use of jax.jit #323

Open
@bwohlberg

Description

@bwohlberg

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.

Metadata

Metadata

Labels

discussion requiredSome discussion necessary to decide how to address this issueimprovementImprovement of existing code, including addressing of omissions or inconsistencies

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions