Jamesflynn1 / CS344-Opponent-Exploitation-Poker

A third year uni project aiming to implement and evaluate the EFR algorithm with different deviation types and explore a potential tradeoff between exploitability and expected value of a strategy in practice.
0 stars 0 forks source link

Finish Linear Algebra fixed point solution from SVD #32

Closed Jamesflynn1 closed 1 year ago

Jamesflynn1 commented 1 year ago

Asked Dr. Morrill for advice, external deviations can just use a normalisation approach. Internal requires a Jacobi SVD decomposition and then to solve that.

Jamesflynn1 commented 1 year ago

Eigenvector recovery from SVD?

Jamesflynn1 commented 1 year ago

Solution uses direct least squares minimisation and a _b vector of 1's. Issues with informed CF persist.

Doesn't fail on information sets that failed on the previous fixed point function.