Package: gamesGA 1.1.3.7
gamesGA: Genetic Algorithm for Sequential Symmetric Games
Finds adaptive strategies for sequential symmetric games using a genetic algorithm. Currently, any symmetric two by two matrix is allowed, and strategies can remember the history of an opponent's play from the previous three rounds of moves in iterated interactions between players. The genetic algorithm returns a list of adaptive strategies given payoffs, and the mean fitness of strategies in each generation.
Authors:
gamesGA_1.1.3.7.tar.gz
gamesGA_1.1.3.7.zip(r-4.5)gamesGA_1.1.3.7.zip(r-4.4)gamesGA_1.1.3.7.zip(r-4.3)
gamesGA_1.1.3.7.tgz(r-4.4-x86_64)gamesGA_1.1.3.7.tgz(r-4.4-arm64)gamesGA_1.1.3.7.tgz(r-4.3-x86_64)gamesGA_1.1.3.7.tgz(r-4.3-arm64)
gamesGA_1.1.3.7.tar.gz(r-4.5-noble)gamesGA_1.1.3.7.tar.gz(r-4.4-noble)
gamesGA_1.1.3.7.tgz(r-4.4-emscripten)gamesGA_1.1.3.7.tgz(r-4.3-emscripten)
gamesGA.pdf |gamesGA.html✨
gamesGA/json (API)
# Install 'gamesGA' in R: |
install.packages('gamesGA', repos = c('https://bradduthie.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/bradduthie/gamesga/issues
gamegame-theorygenetic-algorithmmachine-learningprisoner-dilemma-simulation
Last updated 5 years agofrom:67f6bb0aca. Checks:OK: 1 NOTE: 8. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 22 2024 |
R-4.5-win-x86_64 | NOTE | Nov 22 2024 |
R-4.5-linux-x86_64 | NOTE | Nov 22 2024 |
R-4.4-win-x86_64 | NOTE | Nov 22 2024 |
R-4.4-mac-x86_64 | NOTE | Nov 22 2024 |
R-4.4-mac-aarch64 | NOTE | Nov 22 2024 |
R-4.3-win-x86_64 | NOTE | Nov 22 2024 |
R-4.3-mac-x86_64 | NOTE | Nov 22 2024 |
R-4.3-mac-aarch64 | NOTE | Nov 22 2024 |
Exports:crossovergames_gagames_ga_guiget_fitnessmutationsample_roundtournament
Dependencies:base64encbslibcachemclicommonmarkcrayondigestfastmapfontawesomefsgluehtmltoolshttpuvjquerylibjsonlitelaterlifecyclemagrittrmemoisemimepromisesR6rappdirsRcpprlangsassshinysourcetoolswithrxtable
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Crossover function | crossover |
Games genetic algorithm: | games_ga |
Games genetic algorithm (GUI): | games_ga_gui |
Fitness function | get_fitness |
Mutation function | mutation |
PD function | PD |
Sample round function | sample_round |
Tournament function | tournament |