Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize sparse AD #257

Closed

Conversation

amontoison
Copy link
Member

@amontoison amontoison commented Jun 24, 2024

  • Add a dictionary dcolors such that dcolors[c] is an array of the components of vals that will be computed by the directional derivative associated with color c.

We don't need anymore for each color to iterate over all variables to recover which column should be updated.

Copy link
Contributor

github-actions bot commented Jun 24, 2024

Package name latest stable
CaNNOLeS.jl
DCISolver.jl
DerivativeFreeSolvers.jl
JSOSolvers.jl
NLPModelsIpopt.jl
OptimalControl.jl
OptimizationProblems.jl
Percival.jl
QuadraticModels.jl
SolverBenchmark.jl
SolverTools.jl

Copy link

codecov bot commented Jul 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.53%. Comparing base (5f72299) to head (eb558f4).
Report is 9 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #257      +/-   ##
==========================================
+ Coverage   95.50%   95.53%   +0.02%     
==========================================
  Files          13       13              
  Lines        1535     1545      +10     
==========================================
+ Hits         1466     1476      +10     
  Misses         69       69              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@tmigot tmigot closed this Jul 7, 2024
@tmigot tmigot reopened this Jul 7, 2024
@amontoison amontoison force-pushed the optimization_sparse branch from eb558f4 to 7abcf98 Compare July 7, 2024 03:57
@amontoison
Copy link
Member Author

@tmigot Still not working :(

@amontoison amontoison force-pushed the optimization_sparse branch from 7abcf98 to b11f4a4 Compare July 10, 2024 01:30
@amontoison
Copy link
Member Author

@tmigot Where are uploaded the results of the benchmarks?

@amontoison amontoison closed this Jul 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants