Difference between revisions of "Koivisto"

From Chessprogramming wiki
Jump to: navigation, search
Line 9: Line 9:
 
The [[Bitboards|bitboard]] engine provides [[Automated Tuning|automated evaluation tuning]] by [[Automated Tuning#LogisticRegression|logistic regression]],
 
The [[Bitboards|bitboard]] engine provides [[Automated Tuning|automated evaluation tuning]] by [[Automated Tuning#LogisticRegression|logistic regression]],
 
either using [https://en.wikipedia.org/wiki/Stochastic_gradient_descent stochastic gradient descent] or [https://en.wikipedia.org/wiki/Stochastic_gradient_descent#AdaGrad AdaGrad].
 
either using [https://en.wikipedia.org/wiki/Stochastic_gradient_descent stochastic gradient descent] or [https://en.wikipedia.org/wiki/Stochastic_gradient_descent#AdaGrad AdaGrad].
However, it seems, the current [[Neural Networks#Perceptron|perceptron]] approach of the [[Evaluation|evaluation]] may soon be replaced by a three layer [[Neural Networks|neural network]] <ref>[https://github.com/Luecx/Koivisto/commits/master/src_files/nn History for src_files/nn - Luecx/Koivisto · GitHub]</ref>.
+
However, the current [[Neural Networks#Perceptron|perceptron]] approach of the [[Evaluation|evaluation]] may soon be replaced by an own [[NNUE]] <ref>[http://www.talkchess.com/forum3/viewtopic.php?f=2&t=75001&start=4 Re: Koivisto] by [[Finn Eggers]], [[CCC]], September 04, 2020</ref> <ref>[https://github.com/Luecx/Koivisto/commits/master/src_files/nn History for src_files/nn - Luecx/Koivisto · GitHub]</ref>.
 
   
 
   
 
=Features=
 
=Features=
Line 70: Line 70:
 
: [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=72613&start=357 Re: New engine releases 2020] by [[Finn Eggers]], [[CCC]], September 03, 2020
 
: [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=72613&start=357 Re: New engine releases 2020] by [[Finn Eggers]], [[CCC]], September 03, 2020
 
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=75001 Koivisto] by [[Gerd Isenberg]], [[CCC]],  September 04, 2020
 
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=75001 Koivisto] by [[Gerd Isenberg]], [[CCC]],  September 04, 2020
 +
: [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=75001&start=4 Re: Koivisto] by [[Finn Eggers]], [[CCC]], September 04, 2020
  
 
=External Links=
 
=External Links=

Revision as of 11:19, 5 September 2020

Home * Engines * Koivisto

Hjalmar Munsterhjelm - Koivikko ja ruispelto [1]

Koivisto,
an UCI compliant open source chess engine by Finn Eggers et al., written in C++, and first released on GitHub in September 2020 under the GPL v3.0. The bitboard engine provides automated evaluation tuning by logistic regression, either using stochastic gradient descent or AdaGrad. However, the current perceptron approach of the evaluation may soon be replaced by an own NNUE [2] [3].

Features

Board Representation

Search

Evaluation

Misc

Forum Posts

Re: New engine releases 2020 by Finn Eggers, CCC, September 03, 2020
Re: Koivisto by Finn Eggers, CCC, September 04, 2020

External Links

Chess Engine

Misc

koivikko - Wiktionary

References

Up one Level