Search found 8 matches

by glinscott
Fri Jul 26, 2013 6:11 am
Forum: Programming and Technical Discussions
Topic: Engine In Javascript
Replies: 17
Views: 6893

Re: Engine In Javascript

Yeah, sadly, webworkers are the only way to go really. You can also process the search in chunks, but that basically requires writing an iterative search, which is not as fun.
by glinscott
Tue Jul 23, 2013 7:59 pm
Forum: Programming and Technical Discussions
Topic: Engine In Javascript
Replies: 17
Views: 6893

Re: Engine In Javascript

Awesome job! Great to see another strong JS engine on the scene :).

I played them against each other at 2s a move, and Garbochess (http://forwardcoding.com/projects/ajaxchess/chess.html) barely prevailed, although it was a toss-up in the midgame for quite a while. My guess is that they are quite ...
by glinscott
Wed Jul 14, 2010 3:27 am
Forum: Engines, GUIs, Books and Platforms
Topic: Ajax Chess 4.0
Replies: 3
Views: 2314

Re: Ajax Chess 4.0

Hi Swami,

Sadly, no, that's in head to head testing. But I'll be adding the ability to run a suite in the next release hopefully.
by glinscott
Wed Jul 14, 2010 2:13 am
Forum: Engines, GUIs, Books and Platforms
Topic: Ajax Chess 4.0
Replies: 3
Views: 2314

Ajax Chess 4.0

http://forwardcoding.com/projects/ajaxchess/chess.html

Added the ability to analyze positions in this release (if you have a browser that supports web workers - chrome, firefox, safari). Also, if you have a browser that supports workers, the engine will output it's thinking line in real time as ...
by glinscott
Thu Jul 01, 2010 8:01 am
Forum: Engines, GUIs, Books and Platforms
Topic: Ajax Chess 3.0
Replies: 4
Views: 2515

Re: Ajax Chess 3.0

I'm not honestly sure what ELO. Probably plays about 2000 tactically, and 1200 positionally :). That's on Chrome, where it searches about 150k NPS.

I can't do an EXE version easily unfortunately, as there aren't good, fast javascript hosts easily available.
by glinscott
Thu Jul 01, 2010 2:11 am
Forum: Engines, GUIs, Books and Platforms
Topic: Ajax Chess 3.0
Replies: 4
Views: 2515

Ajax Chess 3.0

http://forwardcoding.com/projects/ajaxchess/chess.html

It's slowly getting stronger :). Still lacking pawn evaluation though.

Changes:
- 604.5/1000 or ~70 ELO better than previous version
- Killer moves
- Tuned PSQ tables/mobility
- Better king eval in endgame (won't stay on back row)
- Show ...
by glinscott
Thu Jun 17, 2010 12:51 am
Forum: Engines, GUIs, Books and Platforms
Topic: Ajax Chess 2.0
Replies: 1
Views: 1566

Ajax Chess 2.0

http://forwardcoding.com/projects/ajaxchess/chess.html

The chess engine is quite a bit stronger now. I still highly recommend Chrome, as I get about 130k NPS on my machine, while other browsers are not nearly as good.

It has no pawn evaluations at all, so the good chess players here should be ...
by glinscott
Mon Jun 14, 2010 6:28 pm
Forum: General Topics
Topic: A Smoking Gun?
Replies: 8
Views: 4577

Re: A Smoking Gun?

He is saying that this particular structure of code is unlikely to be written from scratch. The fact that Rybka has the same "mistake" means it's likely that the person writing Ippolit looked at the Rybka code in detail, and in this case, copied a mistake over.

From BB's analysis in general though ...