| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | add confirmation bias and exp weights | Aiden Woodruff | 2025-12-12 | 1 | -3/+6 |
| | | | | | | | | | | | - src/NameGame.cc: remove std::map best_move implementation. - add explicit confirmation bias macro. - add default random tie-breaker. - src/many-async.cc: reseed for each committed minority value because entropy may be exhausted. Signed-off-by: Aiden Woodruff <woodra@rpi.edu> | ||||
| * | add multithreaded executable | Aiden Woodruff | 2025-11-28 | 1 | -0/+61 |
| - src/many-async.cc: leverage std::async to run concurrent experiments. - CMakeLists.txt: add memory list option and make it default to ON. - src/CMakeLists.txt: make the NameGame.cc into a library now that it's being used by three different executables. - add compile definition with tipping points cmake option. - add many-async executable. Signed-off-by: Aiden Woodruff <woodra@rpi.edu> | |||||
