Fribbels
Fribbels
# Pull Request ## Description * Preparing a large overhaul of the main README ## Related Issue * ## Checklist - [ ] I have added commit messages that are...
### Motivation Currently the dps scoring benchmarks have an issue where they can get caught in local maxima when running substat optimizations. For example, some characters have conversion traces similar...
The factory must grow
Firefox running CPU optimizer  Opening relics modal / clicking buttons / saving changes 
### Motivation Currently in gpu advanced combo mode, dynamic conditionals are injected with the default action's conditional activations ### Goal Probably have to duplicate the dynamic conditional function for each...
### Motivation With the new poet / hero sets, they both manipulate SPD so the simulated benchmarks are not written to fully handle this correctly. ### Goal See conversation on...
### Motivation Currently the warp planner simulates 100,000 trials and averages out the results. We precompute the likelihood of a given success landing on each roll attempt in warpRates.ts, but...
### Motivation Currently the optimization targets only have CD as an option for characters like Sunday where you would want to optimize for a buff. This means you have to...
### Motivation Currently on the wgsl side the optimization results are stored as struct of 100+ properties. The cost of get/set operations is pretty high when accessing these objects. ###...
# Pull Request ## Description - Long term refactor for the optimizer engine - The theory is a combo rotation is an array of actions, actions are an array of...