You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The decision settings are used on every step of the algorithm to determine how the algorithm should act. The settings are set up such that they are modifiable between runtimes and thus can be dynamically changed whenever is needed.
Currently the settings that can be setup are:
CountWeight: The weight of each instance of the song
VoteWeight: The weight of each vote for a particular song
SongGenreWeight: The weight allocated to a Genre when voting for a song
SongArtistWeight: The weight allocated to a Artist when voting for a song
TierMultipliers: Multiplier set based on the given Tier
NumSongsGenerated: The number of final songs to generate