Skip to content

9.6.0

Compare
Choose a tag to compare
@byronxu99 byronxu99 released this 08 Nov 18:53
· 312 commits to master since this release
16e9114

Large Action Spaces

This introduces the Large Actions Spaces (LAS) feature. LAS is an algorithm that lets exploration happen efficiently when there are a large number of actions in a contextual bandit dataset. The main idea behind it is to eliminate actions that are similar and explore only over the most diverse actions in the dataset. For more information, see the LAS wiki page.

Style Changes

This release introduces additional style changes to make VW code formatting more consistent. Variable and type names are snake_case, constants and macros are UPPERCASE, and the VW::details namespace is used to hide implementation details.

Faster Compile Times

Through @jackgerrits's changes to some header files, VW now builds much faster! On one machine, compile times went from around 30 seconds to 17.

Click here to see all changes in this release

What's Changed

Full Changelog: 9.5.0...9.6.0