Menu

#5 Fix EGBB support

open
None
2
2008-05-05
2008-05-05
No

EGBB support was buggy last time I checked (a while ago). Fix it up. Also, I don't like the way Scorpio bitbases work, I just want a bound for the search to use to get the real evaluation (i.e. moves to mate). It's basically just returning a hard evaluation with no search. I'm really not sure if I even want Scorpio bitbases, or bitbases at all.

Discussion

  • Zachary Wegner

    Zachary Wegner - 2008-05-05
    • assigned_to: nobody --> zwegner
     
  • Dann Corbit

    Dann Corbit - 2008-05-06

    Logged In: YES
    user_id=263380
    Originator: NO

    I guess this might work for some people (getenv() or command line also makes sense):

    #ifdef EGBB
    /* TODO: make this user-adjustable and SMP-safe. Note "safe" means it
    * doesn't have to load all of it to RAM twice. */
    egbb_is_loaded = LoadEgbbLibrary ("egbb/", EGBB_CACHE_SIZE);
    if (egbb_is_loaded == 0)
    { // bugbug:drc -- mine sit here:
    egbb_is_loaded = LoadEgbbLibrary ("../egbb/", EGBB_CACHE_SIZE);
    }
    #endif

     

Log in to post a comment.

MongoDB Logo MongoDB