Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nothing to see here. (Wrong branch request) #530

Closed
wants to merge 73 commits into from

Conversation

ghost
Copy link

@ghost ghost commented Dec 16, 2015

Nothing to see here.

ddugovic and others added 30 commits July 31, 2014 18:39
Merging official release into fork
… official-stockfish-master

Conflicts:
	src/position.cpp
…h into official-stockfish-master

Conflicts:
	src/endgame.cpp
	src/pawns.cpp
	src/position.cpp
	src/position.h
	src/search.cpp
	src/search.h
	src/uci.cpp
	src/ucioption.cpp
Three check variant added
…h into official-stockfish-master

Conflicts:
	src/evaluate.cpp
	src/search.cpp
	src/search.h
	src/ucioption.cpp
Exclude queen from Rook Contact Check computation
ddugovic added 22 commits July 4, 2015 21:37
Conflicts:
	src/evaluate.cpp
	src/position.cpp
	src/position.h
	src/search.cpp
 into official-stockfish-master

Conflicts:
	src/evaluate.cpp
	src/search.cpp
	src/search.h
@mcostalba
Copy link

This is really not mergeable, but I would like to congratulate for your
effort. My suggestion is to keep a parallel branch in your GitHub repo.

On Wednesday, December 16, 2015, Austin [email protected] wrote:

"Finished" (has room for improvement)
-Fixed horde errors from branch
-Added a very thorough amount of evaluation team the help of sueb on
lichess
-Tested very well and can beat sueb and top players as black.
(White is significantly worse, not to say it couldn't beat top players,

because it has. But not with accurate play)

You can view, comment on, or merge this pull request online at:

#530
Commit Summary

  • Added King of the Hill variant support (based on SCIDB 3-checks
    variant code)
  • Changed option name from UCI_VariantKOTH to UCI_KingOfTheHill
  • Fixed search to return score for King of the Hill win/loss condition.
  • Optimized king position evaluator and tweaked King of the Hill bonus
    values.
  • Removed redundant opponent king position static evaluator.
  • Merge pull request Simplify a condition in is_KXK() #2 from official-stockfish/master
  • Commented out king distance bonuses in order to strengthen AI.
  • Reduced king distance bonuses and added KOTH_DISTANCE_BONUS to
    Makefile.
  • Fixed evaulation output of lost King of the Hill position.
  • Merge branch 'master' of github.com:official-stockfish/Stockfish
    into official-stockfish-master
  • Merge branch 'official-stockfish-master'
  • Increased endgame king distance bonuses.
  • Add 2-fold/3-fold repetition fix created by joergoster.
  • Merge pull request Add AUTHORS #5 from official-stockfish/master
  • Merge branch 'master' of git://
    github.com/official-stockfish/Stockfish into official-stockfish-master
  • Merge branch 'official-stockfish-master'
  • Initial commit to fork
  • Fixed razoring for variants
  • Position.h added
  • Merge pull request With Eelco's patch #11 from ThyChief/master
  • Fixed compiler errors and warnings for non-variant configuration.
  • Merge branch 'master' of git://
    github.com/official-stockfish/Stockfish into official-stockfish-master
  • Merge branch 'official-stockfish-master'
  • Code cleanup and changed option name to UCI_3Check.
  • Merge pull request Minor threats b #13 from official-stockfish/master
  • Penalizing king safety score for checks taken.
  • Enabling three-check variant futility pruning and null-move
    aspiration search.
  • For Three-Check variant, penalizing score and king safety for checks
    taken.
  • Genericized three-check search and evaluation changes.
  • Made three-check variant evaluation changes more dynamic.
  • Updated Horde variant player colors.
  • Added pawn double-moves (with en passant) for Horde pawns on the
    first rank.
  • Added Horde variant start position.
  • Several Horde variant bugfixes.
  • Fixed Horde variant search stalemate bug.
  • Merge branch 'master' of git://
    github.com/official-stockfish/Stockfish into official-stockfish-master
  • Merge upstream changes.
  • Improved accuracy and speed of horde variant position evaluations.
  • Smoothing three-check variant evaluations using total check count.
  • Making Skill Level more dynamic for beginner enjoyment.
  • Making Skill Level more dynamic for beginner enjoyment.
  • Validating FEN string castling rights.
  • Validating FEN string en passant square.
  • Validating FEN string castling rights and increasing SEE max depth.
  • Fixing en passant square validation.
  • Merge pull request Use compiler intrinsic instead of inline assembly for popcnt #15 from niklasf/ddugovic
  • Also calculate st->checkersBB ifndef HORDE.
  • Merge pull request Tune trapped rook #16 from niklasf/ddugovic
  • Merge branch 'master' of github.com:official-stockfish/Stockfish
  • Fixes Avoid 'double assigments' tricks #17.
  • Merge pull request Bsfq #18 from official-stockfish/master
  • Resolves TT Loop Optimizations #19.
  • Added atomic variant support.
  • Merged comment fixes Retire FakeSplit #20
  • Merge branch 'Unihedro-patch-1' fixes Retire FakeSplit #20
  • Fixed check and variant ending calculation bugs.
  • Horde evaluation bugfixes - consider all unopposed pawns as passed.
  • Fixed atomic variant capture legality checking.
  • Making Skill Level more dynamic for beginner enjoyment.
  • Fixed check detection related to king adjacency or en passant.
  • Fixed killer move validation to prevent cannibalism.
  • Merge branch 'master' of github.com:official-stockfish/Stockfish
  • Changed scale factor for variant endgames (to be less drawish).
  • Fix atomic variant pseudo-legal move validation to be less
    permissive.
  • Changed atomic pseudo-legal move validation: pawns capture
    diagonally.
  • Generating additional king evasion moves for atomic variant
  • Increased atomic passed pawn bonuses and delayed atomic endgame
    phase.
  • Merge branch 'master' of github.com:official-stockfish/Stockfish
  • Major changes to Horde variant space evaluation.
  • Unfixes TT Loop Optimizations #19 which is not fixable.
  • Fixed three-check variant hash misses and search bugs.
  • Merge branch 'master' of
    https://github.com/official-stockfish/Stockfish into
    official-stockfish-master
  • Merge branch 'official-stockfish-master'

File Changes

Patch Links:


Reply to this email directly or view it on GitHub
#530.

@ghost ghost changed the title "Finished" Horde implementation and evaluation (oops) Dec 16, 2015
@ghost ghost changed the title (oops) Wrong pull request Dec 16, 2015
@ghost ghost closed this Dec 16, 2015
@ghost
Copy link
Author

ghost commented Dec 16, 2015

Didn't mean to open this request to this branch. My mistake.

@ghost ghost changed the title Wrong pull request Nothing to see here. Dec 16, 2015
@ghost ghost changed the title Nothing to see here. Nothing to see here. (Wrong branch request) Dec 16, 2015
MichaelB7 pushed a commit to MichaelB7/Stockfish that referenced this pull request Apr 23, 2020
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants