Skip to content

Conversation

arnavk23
Copy link
Contributor

  • Add AbstractDenseNLPModel type and stub API
  • Implement ManualDenseNLPModel with dense Jacobian/Hessian methods
  • Update tests and exports for dense model support
  • Remove deprecated test usage and unnecessary includes
  • All tests passing

arnavk23 and others added 13 commits July 28, 2025 06:44
Co-authored-by: Tangi Migot <[email protected]>
Co-authored-by: Tangi Migot <[email protected]>
- Remove duplicate get_nnzh definitions in src/nlp/tools.jl to fix method overwriting warnings
- Implement allocation-free jtprod! function for mixed linear/nonlinear constraints (fixes JuliaSmoothOptimizers#384)
- Use coordinate-based manual accumulation to avoid temporary allocations
- All tests pass with the new implementation
- Add AbstractDenseNLPModel type and stub API
- Implement ManualDenseNLPModel with dense Jacobian/Hessian methods
- Update tests and exports for dense model support
- Remove deprecated test usage and unnecessary includes
- All tests passing
@arnavk23
Copy link
Contributor Author

arnavk23 commented Sep 18, 2025

@dpo @amontoison @tmigot please review this pr.

@arnavk23
Copy link
Contributor Author

Hi @tmigot,

I’ve been contributing to the NLPModels repositories for some time and really enjoy working on the ecosystem. I’d like to ask whether there are any internship opportunities, student projects, or collaboration possibilities that I could get involved in.

I’m eager to contribute more deeply and learn from the team. Please let me know if there are any opportunities or recommended next steps.

Thanks a lot for your guidance and for maintaining such an excellent project!

@tmigot
Copy link
Member

tmigot commented Sep 29, 2025

Sorry for the delay in reviewing this. It is a big change, and I will need more time to check it.

@tmigot
Copy link
Member

tmigot commented Sep 29, 2025

Thanks a lot @arnavk23 for your interest and the time spent working on JSO issues.
I think it's better to manifest your interest by email ( [email protected] and [email protected]) with your CV attached than on Github Issues.

@arnavk23
Copy link
Contributor Author

@tmigot any updates here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants