]> git.sesse.net Git - stockfish/history - src/evaluate.cpp
Normalize "pawn in front of minor" patch
[stockfish] / src / evaluate.cpp
2013-08-17 Marco CostalbaNormalize "pawn in front of minor" patch
2013-08-16 homoSapiensSapiensUse constants arguments where possible
2013-08-13 Tom VijlbriefBonus for a pawn in front of knight/bishop
2013-08-11 Marco CostalbaDon't set Search::RootColor in Eval::trace
2013-08-10 Marco CostalbaFix GrainSize rounding error
2013-07-29 Marco CostalbaSmall renaming
2013-07-24 Marco CostalbaRevert "Halve king eval margin"
2013-07-19 Marco CostalbaSmall simplification in space eval scoring
2013-07-19 homoSapiensSapiensHalve king eval margin
2013-07-15 Marco CostalbaBetter annotate unlikely conditions
2013-07-13 Marco CostalbaFix build on Intel compiler
2013-07-13 Marco CostalbaFully qualify memset and memcpy
2013-07-13 Tom VijlbriefRetire enoughMaterial + lower trapped rook threshold
2013-07-03 Marco CostalbaSimplify aspiration window code
2013-07-02 Marco CostalbaRevert "Remove confusing optimization"
2013-06-23 Marco CostalbaRetire in_front_bb(Color c, Square s) overload
2013-06-23 Marco CostalbaRetire ThisAndAdjacentFilesBB[]
2013-06-19 Ryan SchmittInclude file attacks in 'major on pawn'
2013-06-17 Reuven PelegRemove confusing optimization
2013-06-16 Marco CostalbaRename piece_count and piece_list
2013-06-16 Marco CostalbaUse move_pawns() in Pawns::probe
2013-06-01 Marco CostalbaAssorted renaming in evaluation
2013-05-31 junderyPassed pawn tuning
2013-05-25 Marco CostalbaRe-add "Pawn Structure" UCI option
2013-05-25 Marco CostalbaMore uniform tracing code
2013-05-23 Uri BlassBunch of 3 small patches
2013-05-14 Uri BlassIncreased mobility array
2013-05-14 Marco CostalbaRevert trapped rook bug fix
2013-05-13 Marco CostalbaReformat previous patch
2013-05-11 Marco CostalbaSome code reformat in evaluate_pieces
2013-05-09 Marco CostalbaSimplify previous patch
2013-05-08 Marco CostalbaMerge 'passed_pawns' tweaks
2013-05-05 Reuven PelegAvoid explicit bitwise operators
2013-05-05 junderyPassed pawn eval
2013-05-05 Marco CostalbaMerge increased 'movecount' pruning
2013-05-05 Marco CostalbaSimplify previous condition
2013-05-05 Marco CostalbaFix trapped rook condition
2013-05-04 Marco CostalbaFurther simplify previous patch
2013-05-04 homoSapiensSapiensMerge some conditions
2013-05-03 Marco CostalbaMerge mobility area tweak
2013-05-01 jhellis3Tweak Mobility Area
2013-04-28 Marco CostalbaTemporary revert "Expose EvalInfo struct to search"
2013-04-25 Marco CostalbaExpose EvalInfo struct to search
2013-04-25 Ryan SchmittIncrease rook/queen on 7th bonus
2013-04-19 Marco CostalbaSkip a couple of popcount in previous patch
2013-04-19 Marco CostalbaMerge Joona's bishop+pawn tweak
2013-04-17 Joona KiiskiTry more aggressive version
2013-04-16 Joona KiiskiGive a small penalty for bishop for each pawn on the...
2013-04-09 Joona KiiskiDon't treat king safety differently in AnalysisMode
2013-04-09 Marco CostalbaRescale UCI parameters to 100
2013-04-09 Marco CostalbaRe-add 'Cowardice' and 'Aggressiveness' UCI options
2013-03-29 Marco CostalbaMerge branch 'master' into increase_iid
2013-03-23 junderyUse ALL_PIECES value to reference attackedBy
2013-02-20 Marco CostalbaMerge Gary's bishop_pin patch
2013-02-19 Gary LinscottMerge branch 'master' into bishop_pin_clop
2013-02-19 Gary LinscottBring back original bonus
2013-02-19 Marco CostalbaUpdate copyright year
2013-02-17 Gary LinscottBack to CLOP average values
2013-02-15 Marco CostalbaMerge Gary's king safety tweak
2013-02-15 Gary LinscottAdd new clop tuned value
2013-02-14 Gary LinscottMerge branch 'master' into bishop_pin_clop
2013-02-14 Gary LinscottRevert "Use CLOP mean value instead of max"
2013-02-13 Gary LinscottUse CLOP mean value instead of max
2013-02-13 Gary LinscottMerge branch 'simplify_eval' into bishop_pin_clop
2013-02-13 Gary LinscottCLOP tuned
2013-02-12 Gary LinscottAdd clop parameters
2013-02-11 Gary LinscottMerge branch 'master' into simplify_eval
2013-02-11 Gary LinscottBishop pins only
2013-02-08 Gary LinscottSlight tweak to king safety. Bench: 5534531
2013-02-02 Gary LinscottSimplify eval take 2. Bench 5097444
2013-02-02 Marco CostalbaRevert "Simplify Evaluation"
2013-01-26 Gary LinscottBring back just bishop pins
2013-01-26 Marco CostalbaMerge branch 'simplify_eval' of https://github.com...
2013-01-24 Gary LinscottSimplify evaluation
2013-01-04 Marco CostalbaRetire 'Cowardice' and 'Aggressiveness' UCI options
2012-12-31 Marco CostalbaMicro-optimization in evaluate_space()
2012-12-27 Marco CostalbaRevert evaluation cache
2012-12-25 Marco CostalbaRetire Position::in_check()
2012-12-22 Marco CostalbaIntroduce namespace Pawns
2012-12-16 Marco CostalbaIntroduce namespace Material
2012-12-04 Marco CostalbaMerge branch 'eval_cache'
2012-12-01 Marco CostalbaAdd eval cache infrastructure
2012-10-21 Marco CostalbaUse self-describing constants instead of numbers
2012-10-21 Marco CostalbaMove RootColor from Eval to Search
2012-10-13 Marco CostalbaMove all Contempt Factor code to search.cpp
2012-10-06 Marco CostalbaFix Contempt Factor implementation
2012-10-05 Marco CostalbaAdd experimental contempt factor
2012-09-21 Gary LinscottBonus for rook/queen attacking pawns on same rank
2012-08-20 Marco CostalbaReformat piece values arrays
2012-07-08 Marco CostalbaRename first_1 / last_1 in lsb / msb
2012-06-23 Marco CostalbaReplace make_square() with operator|(File, Rank)
2012-05-01 Marco CostalbaChange pos.pieces() argument order
2012-05-01 Marco CostalbaConvert constants to decimal representation
2012-04-28 Marco CostalbaRename square_empty() to is_empty()
2012-04-28 Marco CostalbaMicro-optimize king evaluation
2012-04-14 Marco CostalbaUse more_than_one() instead of single_bit()
2012-04-09 Marco CostalbaMove Tempo to evaluation
2012-04-07 Marco CostalbaRevert "Penalty for undefended rook"
2012-04-06 Marco CostalbaRevert thread_local stuff
2012-04-06 Marco CostalbaUse thread_local compiler specifics
next