GithubHelp home page GithubHelp logo

dannyj1 / zagreus Goto Github PK

View Code? Open in Web Editor NEW
3.0 2.0 0.0 47.02 MB

Zagreus is a UCI Chess Engine. Currently around ~2100 ELO Rapid on Lichess.

Home Page: https://lichess.org/@/Zagreus_Engine

License: GNU Affero General Public License v3.0

CMake 3.41% C++ 96.59%
chess chess-engine uci-chess-engine uci-engine lichess uci cpp c-plus-plus chess-ai bot

zagreus's People

Contributors

dannyj1 avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

zagreus's Issues

v2.4 out ?

i just compiled the latest source by git clone and i see the uci command shows v2.4, however your GitHub page shows v2.3.1 being the latest version.

is v2.4 a development version ?
latest edit was 2 months ago ..

compilation error : solved

i see you worked on the evaluation functions .. when i compile this newest version (it says v3.0!) i get a compile error in evaluate.cpp no matching function for call to 'min' :

uint8_t pawnShieldCount = std::min(popcnt(pawnShield), 3ULL);

i solved it by :

uint8_t pawnShieldCount = std::min<int>(popcnt(pawnShield), 3ULL);

this solution i found at https://www.appsloveworld.com/cplus/100/155/no-matching-function-for-call-to-minuint8-t-int but i'm not into C(++) so this might be wrong .. probably the error is caused by the 2 parameters not having the same type.

[ i'm on Xubuntu 22.04 ]

Time forfeits in uncountable quantity

Hi Danny,

In my last tournament for Zagreus 2.2.0 there were 192 time forfeits out of 576 games! I don't know if they all were caused by Zagreus but I suspect so.
Have you not noticed that before? Does 2.3.0 solve the problem?

I used Arena. Time control was 1.6 minutes + 0.8 seconds. Maybe Zagreus does not understand split seconds increment?

memory problem

letting the newest v3.0 (after PR 54) play in CuteChess i see Zagreus is using too much memory : it increases after each move, upto several Gb (5.9) and i had to cancel the game to keep my PC running .. i set 128 Mb hash for all engines, most of them claim that amount of memory (a bit more) to run.

[ i'm on Xubuntu 22.04 ]

Suggestion

Could you please include version number in zip file name?

Gabor Szots
CCRL testing group

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.