-
![alphaBeta](https://user-images.githubusercontent.com/18440477/213839764-1e1b41df-ef71-4b21-95c1-e781463b15fd.png)
-
Hi @kmayerb,
I came across a case, where two TCRs differ by an A to P change in their CDR3, but their distance is 0. How come?
```python
>>> import pandas as pd
>>> from tcrdist.repertoire imp…
-
Create an AlphaBeta that caches seen positions
knhjp updated
15 years ago
-
alphabeta pruning 구현을 위한 단계 [1/3]
y0-0n updated
7 years ago
-
Ramda already has:
- [**toUpper**](http://ramdajs.com/docs/#toUpper)
- [**toLower**](http://ramdajs.com/docs/#toLower)
- [**trim**](http://ramdajs.com/docs/#trim)
- [**split**](http://ramdajs.co…
-
```
/home/groupc/cwpears/kokkos-kernels/perf_test/sparse/KokkosSparse_sptrsv_aux.hpp(271): error: identifier "csrsv2Info_t" is undefined
csrsv2Info_t infoL = 0;
^
/home/groupc/cwpears/ko…
-
In fail hard Alpha-Beta (which we have at the moment), we have a score tightly bounded by (alpha, beta) - if we fail low, we return alpha, if we fail high we return beta.
This is fine, but we don't…
-
Would love to hit the ground running! What is the strategy for contributing, fork and pull request?
`https://github.com/react-alpha-beta/alphabeta#contribute`
-
In the branch feat/minmax,
try to improve the process instead of build the tree of moves , then looking for the best one,
the goal is to looking for the best move while building the tree thus use …
-
your .ini file has several sections .. i guess this is the MCTS section :
```
##################################################################
# montecarlo - Use montecarlo tree search (MCTS) …