JuliaSmoothOptimizers / JuliaSmoothOptimizers/PartitionedStructures.jl
Support `DiagonalQN` element operators
Open
- Dominant language
- Julia
- Stars
- 10
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
Implement a partitioned quasi-Newton operator that may use every operator from LineraOperators.jl.
The idea is to support:
- LBFGSOperator;
- CompressedLBFGSOperator;
- LSR1Operator;
- DiagonalOperator;
similarly to the PLSE operator.
Contributor guide
Assessment
This issue has not been assessed yet.