Currently discrete categories are held in a [map](https://github.com/ChristopherDocherty/BridgePlayingProgram/blob/24f633566a669f323ffded883c5ee663d3924a9b/src/controllers/BridgeMCTSGame.h#L29C1-L30C1) but could be communicated better through an enum If these need to be converted to strings then the [magic_enum](https://github.com/Neargye/magic_enum) library can be used