alphabeta

a general purpose minimax framework which uses alpha-beta, an A.I. tool useful for machine decision making
v1.0.2 URL: https://unpkg.com/alphabeta@1.0.2/alphabeta.js
OpenBrowse Files
minimaxalphabetaminimax alphabetagame logicnon-blockingnonblockingchesscheckersaiasynchronousalphabeta dbalphabeta restminimax dbminimax rest

minmax-wt-alpha-beta-pruning

A generic minmax algorithm engine (with alpha-beta pruning) that can work with any game supplied by the user
v1.0.5 URL: https://unpkg.com/minmax-wt-alpha-beta-pruning@1.0.5/lib/index.js
OpenBrowse Files
minmaxmin-maxmin-maxalpha beta pruningalphabetaalpha-betaaiartificial intelligencegame theorygame logicchesscheckers

negamax-alpha-beta

A configurable implementation of negamax depth-first tree search with alpha-beta pruning
v1.0.0 URL: https://unpkg.com/negamax-alpha-beta@1.0.0/index.js
OpenBrowse Files
negamaxminimaxalphabetaalpha-betaalpha betatreetree searchdepth firstdepth first searchchesscheckersaipruninggame logicgame theorygame aizero sum