Giter Club home page Giter Club logo

akimbo's People

Contributors

jw1912 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

akimbo's Issues

V1 compilation seems to assume popcount since version 0.4.0?

Hi Jamie,

I am bit late for reporting ;) but I thought I let you know that I had to compile Akimbo myself
for my old hardware since the 0.4.0 release, while V1 still worked in 0.3.0.

As my current hardware from early 2009 (!) supports just SSE2, SSE3, SSSE3 and SSE4.1 but not popcount, I suspect
that the later releases somehow all are compiled with it. I guess this is not intended for V1 as it defeats
the purpose it. May be you can check again?

Best regards,
Guenther (RWBC XB/UCI chronology)

Score type

For better memory locality, handle scores internally by a new score type that contains midgame and endgame scores:

struct Score(i16, i16);

alternative PST values ?

congrats with the new v0.4.0 ! I managed to compile it (on Linux) and it runs fine.

i'm a bit amazed its evaluation consists only of a set of tapered piece-square tables, tuned using Texel's tuning method .. does this mean Akimbo would play differently when just changing those PSTs ? I guess so .. however, i never did any Texel tuning, i can only imagine how it works, no clue how to generate such alternative values ..

can Texel tuning be compared to training an NN ? it needs many games as input ..

also : could PST values be created which reflect an approach to play a centain opening ?

Refactor

As a result of originally intending to be a compact engine, code is quite dense and not idiomatic. Aim to refactor to more be more idiomatic as well as integrate the tuner directly into this repository's code.

Train own net

Hi there,
i was wondering how i can train a net by myself. I tried to train one and got this done with the bullet trainer. But when i tried to compile the engine with my own net it says the net is too small. It might be helpful if you could show me which parameters you use to train the nets.

Many thanks in advance

akimbo or Akimbo

And why?

Just to make sure we use the right name.

Gabor Szots
CCRL

Proper error handling.

I/O needs to have consistent error handling as at the moment its just arbitrary behaviour I decided on.

Example

Sending go depth for depths greater than 128 (which some GUIs do, e.g. go depth 245 in place of go infinite) just returns a depth 1 search.

Redundant methods

The evals and hash methods are used only in parse_fen to initialise values, when they could be directly incorporated to save a lot of space (repetition of code between the three methods).

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.