Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / lynx-chess/Lynx issues and pull requests
#1150 - π§Ή Move TT outside of `Engine`: independent class, instantiated at top level
Pull Request -
State: open - Opened by eduherminio 13 days ago
#1149 - π§Ή Move TT outside `Engine`: static class
Pull Request -
State: open - Opened by eduherminio 13 days ago
#1148 - π Continuation history: follow-up history
Pull Request -
State: closed - Opened by eduherminio 14 days ago
#1147 - π§Ή Move time management calculations and UCI best move printing from `Engine` to `Searcher`
Pull Request -
State: open - Opened by eduherminio 14 days ago
#1146 - π Improving, `FP_Margin 100, FP_Margin_Improving 300`
Pull Request -
State: closed - Opened by eduherminio 16 days ago
#1145 - π Improving, `FP_Margin_Improving = FP_Margin +32`
Pull Request -
State: open - Opened by eduherminio 16 days ago
#1144 - π SEE pruning II
Pull Request -
State: open - Opened by eduherminio 17 days ago
#1143 - π Improving, TT replace condition
Pull Request -
State: closed - Opened by eduherminio 18 days ago
#1142 - π Futility Pruning in QSearch II
Pull Request -
State: closed - Opened by eduherminio 18 days ago
#1141 - π Aspiration windows: limit `failHighReduction` && alpha condition for `failHighReduction`
Pull Request -
State: closed - Opened by eduherminio 18 days ago
#1140 - π Improving: NMP, `NMP_BaseDepthReduction + (improving ? 1 : 0)`, reduced base
Pull Request -
State: closed - Opened by eduherminio 18 days ago
#1139 - π NMP, tweak reduction using eval - beta
Pull Request -
State: open - Opened by eduherminio 18 days ago
#1138 - π LMR: reduce less when in check
Pull Request -
State: open - Opened by eduherminio 18 days ago
#1137 - π Improving: NMP, `((depth + NMP_DepthIncrement) / NMP_DepthDivisor) + (improving ? 1 : 0)`
Pull Request -
State: closed - Opened by eduherminio 19 days ago
#1136 - π Improving: NMP, `depth + NMP_DepthIncrement + (improving ? 1 : 0)`
Pull Request -
State: closed - Opened by eduherminio 19 days ago
#1135 - π Improving: LMR, `if (!improving) ++reduction;`
Pull Request -
State: closed - Opened by eduherminio 19 days ago
#1134 - π Improving: LMR, `if (improving) --reduction;`
Pull Request -
State: closed - Opened by eduherminio 19 days ago
#1133 - π Improving: RFP, Potential's dark magic with improving factor
Pull Request -
State: open - Opened by eduherminio 19 days ago
#1132 - π Improving: RFP, `depth * (RFP_DepthScalingFactor - (improving ? RFP_ImprovingFactor : 0))`
Pull Request -
State: closed - Opened by eduherminio 19 days ago
#1131 - π Improving: RFP, `DepthScalingFactor * depth / (improving ? 2 : 1)`
Pull Request -
State: closed - Opened by eduherminio 19 days ago
#1130 - π Improving: RFP, `DepthScalingFactor * (depth - (improving ? 1 : 0))`
Pull Request -
State: closed - Opened by eduherminio 19 days ago
#1129 - π Improving: LMP, multiplying by 2
Pull Request -
State: closed - Opened by eduherminio 20 days ago
#1128 - π Improving: LMP, dividing by 2
Pull Request -
State: closed - Opened by eduherminio 20 days ago
#1127 - π Improving: LMP with `depth * depth` formula
Pull Request -
State: closed - Opened by eduherminio 20 days ago
#1126 - Initialize static eval to `int.MinEval`
Pull Request -
State: closed - Opened by eduherminio 20 days ago
#1125 - Initialize static eval to `EvaluationConstants.MaxEval`
Pull Request -
State: closed - Opened by eduherminio 20 days ago
#1124 - Use position's static eval when in check
Pull Request -
State: closed - Opened by eduherminio 20 days ago
#1123 - π History: increase bonus when static eval is lower than alpha
Pull Request -
State: closed - Opened by eduherminio 20 days ago
#1122 - π NMP: dynamic `staticEval` and `beta` condition, depth-based
Pull Request -
State: open - Opened by eduherminio 24 days ago
#1121 - π Avoid QSearch TT cutoffs when `pvNode`
Pull Request -
State: closed - Opened by eduherminio 25 days ago
#1120 - π History: `History_BestScoreBetaMargin` 80 -> 40
Pull Request -
State: closed - Opened by eduherminio 25 days ago
#1119 - π History: `History_BestScoreBetaMargin` 80 -> 100
Pull Request -
State: closed - Opened by eduherminio 25 days ago
#1118 - π History: `History_BestScoreBetaMargin` 80 -> 60
Pull Request -
State: closed - Opened by eduherminio 25 days ago
#1117 - β Knight outpost indexed by rank
Pull Request -
State: closed - Opened by eduherminio 27 days ago
#1116 - β Knight outpost: no opponent pawns in passed pawn mask
Pull Request -
State: closed - Opened by eduherminio 27 days ago
#1115 - β Add knight outpost bonus only when the knight is centered
Pull Request -
State: closed - Opened by eduherminio 28 days ago
#1114 - βοΈ Tempo VI
Pull Request -
State: closed - Opened by eduherminio 28 days ago
#1113 - βοΈ Tempo V
Pull Request -
State: closed - Opened by eduherminio 28 days ago
#1112 - β‘ Disable CET
Pull Request -
State: closed - Opened by eduherminio 29 days ago
#1111 - β‘ Disable DATAS
Pull Request -
State: closed - Opened by eduherminio 29 days ago
#1110 - π History: increase bonus when best score is over beta by some margin
Pull Request -
State: closed - Opened by eduherminio about 1 month ago
#1109 - π FP: history factor, OB tuned values
Pull Request -
State: closed - Opened by eduherminio about 1 month ago
#1108 - Move to .NET 9
Pull Request -
State: open - Opened by eduherminio about 1 month ago
- 1 comment
#1107 - π§ΉUse `short.MinValue` for `NoHashEntry`
Pull Request -
State: closed - Opened by eduherminio about 1 month ago
#1106 - π NMP: relax beta at higher depths
Pull Request -
State: closed - Opened by eduherminio about 1 month ago
#1105 - π FP: history factor
Pull Request -
State: closed - Opened by eduherminio about 1 month ago
#1104 - π LMP: history factor
Pull Request -
State: closed - Opened by eduherminio about 1 month ago
#1103 - π Aspiration windows: alpha condition for `failHighReduction`
Pull Request -
State: closed - Opened by eduherminio about 1 month ago
#1102 - π Aspiration windows: limit `failHighReduction`
Pull Request -
State: closed - Opened by eduherminio about 1 month ago
#1101 - π Add `ttScore >= alpha` condition
Pull Request -
State: closed - Opened by eduherminio about 1 month ago
#1100 - π FP: history factor, OB tuned values
Pull Request -
State: closed - Opened by eduherminio about 1 month ago
#1099 - πMove ordering MVV LVA: king attacks first
Pull Request -
State: closed - Opened by eduherminio about 1 month ago
#1098 - πSE saga
Pull Request -
State: open - Opened by eduherminio about 1 month ago
#1097 - π FP: history factor, WF tuned values
Pull Request -
State: closed - Opened by eduherminio about 1 month ago
#1096 - π History pruning: apply to (bad) captures as well
Pull Request -
State: closed - Opened by eduherminio about 1 month ago
#1095 - π SPSA 2024-10-9 (40+0.4, 2211 iter)
Pull Request -
State: closed - Opened by eduherminio about 1 month ago
#1094 - π§Ή Group reverting-move required logic
Pull Request -
State: closed - Opened by eduherminio about 1 month ago
#1093 - π FP: history factor
Pull Request -
State: closed - Opened by eduherminio about 1 month ago
#1092 - π§Ή Prevent `TranspositionTableElement` struct fields from being modified from outside
Pull Request -
State: closed - Opened by eduherminio about 1 month ago
#1091 - π Save static eval in TT - use always static eval and no final eval
Pull Request -
State: closed - Opened by eduherminio about 1 month ago
#1090 - Bump Microsoft.Extensions.Http.Polly from 8.0.8 to 8.0.10
Pull Request -
State: closed - Opened by dependabot[bot] about 1 month ago
Labels: dependencies, .NET
#1089 - Bump Microsoft.Extensions.ObjectPool from 8.0.8 to 8.0.10
Pull Request -
State: closed - Opened by dependabot[bot] about 1 month ago
Labels: dependencies, .NET
#1088 - Bump Microsoft.Extensions.Configuration.Json from 8.0.0 to 8.0.1
Pull Request -
State: closed - Opened by dependabot[bot] about 1 month ago
Labels: dependencies, .NET
#1087 - π Save static eval in TT (IV)
Pull Request -
State: closed - Opened by eduherminio about 1 month ago
#1086 - π Save static eval in TT - adapt static evals that reflects mate scores to depth
Pull Request -
State: closed - Opened by eduherminio about 1 month ago
#1085 - π Save static eval in TT
Pull Request -
State: closed - Opened by eduherminio about 1 month ago
#1084 - π Save static eval in TT - reuse TT scores over real static eval
Pull Request -
State: closed - Opened by eduherminio about 1 month ago
#1083 - π§Ή Change `SearchResult`'s `Nodes`, `Time` and `NPS` types from `long` to `ulong`
Pull Request -
State: closed - Opened by eduherminio about 1 month ago
#1082 - β‘ GC mode `Server` -> `Workstation`
Pull Request -
State: closed - Opened by eduherminio about 1 month ago
#1081 - π¨π½βπ¬ Improve and standardize `nps` reporting
Pull Request -
State: closed - Opened by eduherminio about 1 month ago
- 1 comment
#1080 - π§Ή Replace BBC magic numbers with my own ones
Pull Request -
State: closed - Opened by eduherminio about 1 month ago
#1079 - π FP: skip only the failing move
Pull Request -
State: closed - Opened by eduherminio about 1 month ago
#1078 - π§Ή Make `Position.UniqueIdentifier` an `ulong` instead of a `long`
Pull Request -
State: closed - Opened by eduherminio about 1 month ago
#1077 - π SEE pruning
Pull Request -
State: open - Opened by eduherminio about 2 months ago
#1076 - π SEE pruning capture history
Pull Request -
State: open - Opened by eduherminio about 2 months ago
#1075 - π§Ή Simplify `appsettings.json`
Pull Request -
State: closed - Opened by eduherminio about 2 months ago
#1074 - π SPSA 2024-10-1 (1233 iter)
Pull Request -
State: closed - Opened by eduherminio about 2 months ago
#1073 - π SPSA 2024-10-2
Pull Request -
State: closed - Opened by eduherminio about 2 months ago
#1072 - π TT: Fixed-point multiplication trick
Pull Request -
State: closed - Opened by eduherminio about 2 months ago
#1071 - π TT resize
Pull Request -
State: closed - Opened by eduherminio about 2 months ago
#1070 - π Make `TranspositionTableElement.Key` an `ushort` instead of a `short`
Pull Request -
State: closed - Opened by eduherminio about 2 months ago
#1069 - π SPSA 2024-10-1 (848 iter)
Pull Request -
State: closed - Opened by eduherminio about 2 months ago
- 1 comment
#1068 - βοΈ Make `PieceProtectedByPawnBonus` and `PieceAttackedByPawnPenalty` indexed by piece type
Pull Request -
State: closed - Opened by eduherminio about 2 months ago
#1067 - βοΈ Exclude FRC positions with castle rights from tuning data
Pull Request -
State: closed - Opened by eduherminio about 2 months ago
#1066 - π SEE threshold: arbitrary positive value (+10)
Pull Request -
State: closed - Opened by eduherminio about 2 months ago
#1065 - β‘ Don't attempt continuation history on root moves
Pull Request -
State: closed - Opened by eduherminio about 2 months ago
#1064 - π Revert avoiding aspiration windows on mate detected
Pull Request -
State: closed - Opened by eduherminio about 2 months ago
#1063 - π Prevent negative checkmate scores from being lower than `EvaluationConstants.MinEval`
Pull Request -
State: closed - Opened by eduherminio about 2 months ago
#1062 - πDebugging illegal moves due to no PV (right before v1.7.0)
Pull Request -
State: closed - Opened by eduherminio about 2 months ago
#1061 - π Improve queen promotion with capture move ordering
Pull Request -
State: closed - Opened by eduherminio about 2 months ago
#1060 - π Don't prune moves in regular search while being checkmated
Pull Request -
State: closed - Opened by eduherminio about 2 months ago
#1059 - π§Ή Rename "eval" to "score" in a few places and improve aspiration windows logging
Pull Request -
State: closed - Opened by eduherminio about 2 months ago
#1058 - π Make `AspirationWindow_Base` tunable
Pull Request -
State: closed - Opened by eduherminio about 2 months ago
#1057 - π Avoid aspiration windows after a checkmate has been detected in the search
Pull Request -
State: closed - Opened by eduherminio about 2 months ago
#1056 - β‘ Simplify and potentially fix conditions for end of the game detection
Pull Request -
State: closed - Opened by eduherminio about 2 months ago
- 1 comment
#1055 - Bump NLog.Extensions.Logging from 5.3.13 to 5.3.14
Pull Request -
State: closed - Opened by dependabot[bot] about 2 months ago
- 1 comment
Labels: dependencies, .NET
#1054 - π NMP: fail hard
Pull Request -
State: closed - Opened by eduherminio about 2 months ago
#1053 - π§Ή Extract move-ordering stuff to its own file
Pull Request -
State: closed - Opened by eduherminio about 2 months ago
#1052 - π QSearch: Fail hard -> fail soft, beta before a,pha
Pull Request -
State: closed - Opened by eduherminio about 2 months ago
#1051 - π `parentWasNullMove` -> `ancestorWasNullMove`
Pull Request -
State: closed - Opened by eduherminio about 2 months ago