JuliaSmoothOptimizers / PartiallySeparableSolvers.jl

Trust-region methods with partitioned quasi-Newton approximations
Other
8 stars 1 forks source link

Integrate PartitionedDataTRPQN #33

Closed paraynaud closed 2 years ago

paraynaud commented 2 years ago

transfer PartitionedData and PartitionedDataTRPQN to PartiallySeparableSolver.jl

dpo commented 2 years ago

This is a huge pull request. Could you explain what's going on here?

paraynaud commented 2 years ago

This is a huge pull request. Could you explain what's going on here?

I moved the structure gathering the partitioned structures requière for a partitioned trust-region from PartiallySeparableNLPModels.jl to PartiallySeparableSolvers.jl. It also adapted the call of PTRUNK.

dpo commented 2 years ago

I see. Thank you!