Code Monkey home page Code Monkey logo

jet's Introduction

Hello there, I'm Rafid Ahsan! ๐Ÿ‘‹

I'm a high school student from Bangladesh, passionate about C++ programming and Roblox development.

๐Ÿ“Œ Pinned Repositories

  • Description: C++ UCI Chess Engine
  • Language: C++

Stars Forks

  • Description: ultra fast chess engine
  • Language: C++

Stars Forks

About Me

My interests span across:

  • Machine Learning (ML) & Artificial Intelligence (AI)
  • Mathematics and Physics
  • Game Development with Roblox
  • GPU Programming (CUDA)

Get in Touch

Feel free to explore my projects and connect with me. Let's collaborate and create something extraordinary together!

Rafid

jet's People

Contributors

rafid-dev avatar sazgr avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

dualword sazgr

jet's Issues

display eval zeros

your engine runs fine in CuteChess (GUI) but the move list doesn't show the eval values next to each (best)move : all eval values are "0.00" .. however, in the evaluation pane the eval values ARE shown at each depth ..

i guess you never mentioned and this can be solved easily.
btw. i tried v1.1 and v1.2, both have the same issue.

jet-eval-zeros

compiling on Linux OK after simple source edit

while compiling your v1.1 source on Linux, i encounter this error in the files /src/nnue.cpp and /src/nnue/accumulator.hpp :

error: no member named 'memcpy' in namespace 'std'

the function memcpy is defined in header <cstring>, so i had to add #include <cstring> on top of those files.
this way i was able to compile Jet v1.1 and it runs fine in CuteChess !

Note: besides that, i had (only) 1 warning in src/nnue.cpp :

variable 'bytesRead' set but not used [-Wunused-but-set-variable]
uint64_t bytesRead = 0;

[ i'm on Xubuntu 22.04 ]

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.