N1ckn1ght / CCE

Custom chess engine, but abandoned bitboardless attempt on Rust.
0 stars 0 forks source link

Expand character's powers (again) #13

Open N1ckn1ght opened 1 year ago

N1ckn1ght commented 1 year ago

Character should decide if it should pursue some kind of a position with or without re-evaluating. e.g. it does make no sense to search again for a mate if there is one forced found

It also should decide whether evaluate next move on first layer of legal moves or not e.g. it also senseless to search for something when there's M1/M-1, but for testing purposes it's good

note to self: it's possible to parallel calculations simply by first moves... they won't have any collisions... preferable to storage somewhere a/b though...