dotnet / jitutils

MIT License
144 stars 59 forks source link

RLCSE: fix MCMC and GatherFeatures, overwrite dumps #395

Closed AndyAyersMS closed 6 months ago

AndyAyersMS commented 6 months ago

The JIT will append dumps to existing files, so using RLCSE to save dumps was creating large files (each sequence's dump is periodically updated to show the impact of the current parameters).

Also I was going to make MCMC and such subcommands, but changed my mind, and forgot to hook the options back up.

AndyAyersMS commented 6 months ago

@EgorBo PTAL cc @dotnet/jit-contrib