Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (3.5%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
·
Repository
Chess Engine
Basic Info
- Host: GitHub
- Owner: nielsgroen
- Language: Rust
- Default Branch: main
- Size: 273 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created almost 4 years ago
· Last pushed over 2 years ago
Metadata Files
Readme
Citation
README.md
sn0l
A Chess Engine for investigating the MTD-H algorithm.
The Executables
- The main engine is at
main.rs, can be run by usingcargo run --release - Another executable for writing lots of engine diagnostics to a DB can be found at
bin/store_analysis. This can be run usingcargo run --bin store_analysis --release. It stores all sorts of data gathered from letting the engine play the Win at Chess dataset, or the Lichess Opening Database against itself.
To get all the options for collecting engine metrics, you can run:
shell
cargo run --bin store_analysis --release -- -h
For more info on running the binaries, there is another README at the /src/bin/ directory.
Owner
- Name: Niels Groeneveld
- Login: nielsgroen
- Kind: user
- Location: The Netherlands
- Company: Salure B.V.
- Repositories: 1
- Profile: https://github.com/nielsgroen
Student at Utrecht University, studying MSc in AI
Citation (CITATION.cff)
cff-version: 1.2.0
message: "If you use this software for research, please cite this."
authors:
- family-names: Groeneveld
given-names: Niels
title: "The Sn0l Engine"
version: 0.1.0
date-released: 2023-08-25
url: "https://github.com/nielsgroen/sn0l"
GitHub Events
Total
Last Year
Dependencies
Cargo.toml
cargo