Skip to content

Commit

Permalink
MLCSE: lay groundwork for optimizing for size
Browse files Browse the repository at this point in the history
Add a new `--optimizeSize` option where PolicyGradient tries to reduce
code size instead of perf score.

Since there are now two possible optimization objectives we have the
potential for trading off one for the other.  Update MCMC to track the
"pareto frontier" for the methods it explores, and save the data for
visualization.

Contributes to dotnet/runtime#92915.
  • Loading branch information
AndyAyersMS committed Feb 24, 2024
1 parent 96aae83 commit 69ace6b
Show file tree
Hide file tree
Showing 2 changed files with 436 additions and 153 deletions.
Loading

0 comments on commit 69ace6b

Please sign in to comment.