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

#353 - Bump Microsoft.NET.Test.Sdk from 17.7.0 to 17.7.1

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago
Labels: dependencies, .NET

#352 - โšก TT entry `struct` alignment

Pull Request - State: closed - Opened by eduherminio over 1 year ago

#351 - Add Mnps to `perft` and `divide` outputs

Pull Request - State: closed - Opened by eduherminio over 1 year ago

#350 - โšก Optimize divisions by power of two

Pull Request - State: closed - Opened by eduherminio over 1 year ago

#349 - โšก Force TT array to have a power of two length

Pull Request - State: closed - Opened by eduherminio over 1 year ago

#348 - ๐Ÿ› Fix `IndexOutOfRangeException` when `ply >= MaxDepth`

Pull Request - State: closed - Opened by eduherminio over 1 year ago

#347 - ๐Ÿ› Fix perft `divide`

Pull Request - State: closed - Opened by eduherminio over 1 year ago

#346 - ๐Ÿงช Add rocechess perft test suite

Pull Request - State: closed - Opened by eduherminio over 1 year ago

#345 - โšก Avoid opposite side offset calculation

Pull Request - State: closed - Opened by eduherminio over 1 year ago

#344 - โšก Speed up `Position.WasProducedByAValidMove`

Pull Request - State: closed - Opened by eduherminio over 1 year ago - 1 comment

#343 - โšก Remove explicit hardware intrinsics usage

Pull Request - State: closed - Opened by eduherminio over 1 year ago

#342 - โšก Remove UCI `hashfull` command for performance reasons

Pull Request - State: closed - Opened by eduherminio over 1 year ago - 1 comment

#341 - ๐Ÿ› Fix `bench` arg command checking

Pull Request - State: closed - Opened by eduherminio over 1 year ago

#340 - โšก Avoid unneeded `Task`s

Pull Request - State: closed - Opened by eduherminio over 1 year ago

#339 - Add OpenBench support (I)

Pull Request - State: closed - Opened by eduherminio over 1 year ago

#338 - Get rid of `Task.Run()` for `Writer`, `LynxDriver` and `Listener`

Pull Request - State: closed - Opened by eduherminio over 1 year ago - 1 comment

#337 - Avoid creating `ProbeOnlineTablebase` task if requirements for tb probing are not met

Pull Request - State: closed - Opened by eduherminio over 1 year ago - 1 comment

#335 - Bump Moq from 4.18.4 to 4.20.69

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago - 1 comment
Labels: dependencies, .NET

#334 - Disable NLog concurrent writes

Pull Request - State: closed - Opened by eduherminio over 1 year ago

#333 - Use `Array.Sort` to sort moves

Pull Request - State: closed - Opened by eduherminio over 1 year ago - 1 comment

#332 - Avoid unnecessary `IOrderedEnumerable.ToList()`

Pull Request - State: closed - Opened by eduherminio over 1 year ago - 1 comment

#331 - โšก Make NLog targets `async `

Pull Request - State: closed - Opened by eduherminio over 1 year ago

#329 - โšก Disable NLog autoreload

Pull Request - State: closed - Opened by eduherminio over 1 year ago

#328 - ๐Ÿงน General cleaning

Pull Request - State: closed - Opened by eduherminio over 1 year ago

#327 - Reduce `GameState` struct size

Pull Request - State: closed - Opened by eduherminio over 1 year ago

#326 - Bump Moq from 4.18.4 to 4.20.2

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago - 1 comment
Labels: dependencies, .NET

#325 - ๐Ÿงน Clean perft implementation

Pull Request - State: closed - Opened by eduherminio over 1 year ago

#324 - Add `ToggleBits` method and use it in Make/Unmake moves

Pull Request - State: closed - Opened by eduherminio over 1 year ago

#323 - โšก Perf/make unmake general optimizations

Pull Request - State: closed - Opened by eduherminio over 1 year ago

#322 - Avoid passing `Game.CurrentPosition` reference down search methods

Pull Request - State: closed - Opened by eduherminio over 1 year ago

#320 - Bump Microsoft.Extensions.Http.Polly from 8.0.0-preview.6.23329.11 to 8.0.0-preview.7.23375.9

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago
Labels: dependencies, .NET

#319 - Bump Microsoft.Extensions.Configuration.Binder from 8.0.0-preview.6.23329.7 to 8.0.0-preview.7.23375.6

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago
Labels: dependencies, .NET

#318 - Bump Moq from 4.18.4 to 4.20.1

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago
Labels: dependencies, .NET

#317 - Bump Microsoft.Extensions.Configuration.Json from 8.0.0-preview.6.23329.7 to 8.0.0-preview.7.23375.6

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago
Labels: dependencies, .NET

#316 - Bump Microsoft.Extensions.Configuration.EnvironmentVariables from 8.0.0-preview.6.23329.7 to 8.0.0-preview.7.23375.6

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago - 1 comment
Labels: dependencies, .NET

#315 - Bump NLog from 5.2.2 to 5.2.3

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago
Labels: dependencies, .NET

#314 - Bump NLog.Extensions.Logging from 5.3.2 to 5.3.3

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago
Labels: dependencies, .NET

#313 - ๐Ÿ” Enhance depth extension on check

Pull Request - State: closed - Opened by eduherminio over 1 year ago

#312 - Replace `!_isFollowingPV` LMR condition with `!pvNode`

Pull Request - State: closed - Opened by eduherminio over 1 year ago

#310 - โš— LMR tuning

Pull Request - State: closed - Opened by eduherminio over 1 year ago - 1 comment

#309 - โš— Passed pawn bonus

Pull Request - State: closed - Opened by eduherminio over 1 year ago

#308 - ๐Ÿ” Implement TT in quiescence search

Pull Request - State: closed - Opened by eduherminio over 1 year ago

#306 - Bump BenchmarkDotNet.Diagnostics.Windows from 0.13.6 to 0.13.7

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago - 1 comment
Labels: dependencies, .NET

#305 - Bump BenchmarkDotNet from 0.13.6 to 0.13.7

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago
Labels: dependencies, .NET

#304 - Bump Microsoft.NET.Test.Sdk from 17.7.0-preview-23364-03 to 17.7.0

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago
Labels: dependencies, .NET

#303 - Use !pvNode condition for TT cutoffs

Pull Request - State: closed - Opened by eduherminio over 1 year ago - 1 comment

#301 - Use non-alloc version of get moves instead of game move pool

Pull Request - State: closed - Opened by eduherminio over 1 year ago

#300 - Use reference variable (`ref`) when probing TT

Pull Request - State: closed - Opened by eduherminio over 1 year ago - 1 comment

#299 - โšก Don't reload config on file changes

Pull Request - State: closed - Opened by eduherminio over 1 year ago

#298 - ๐Ÿ› Fix TT probing condition and TT moves score

Pull Request - State: closed - Opened by eduherminio over 1 year ago

#296 - โšก Change threefold repetition detection to 2 repetition detection

Pull Request - State: closed - Opened by eduherminio over 1 year ago - 1 comment

#292 - Increase `MaxDepth` default value to 128

Pull Request - State: closed - Opened by eduherminio over 1 year ago

#291 - Move to .NET 8

Pull Request - State: closed - Opened by eduherminio over 1 year ago

#290 - Tuning/stop search %

Pull Request - State: closed - Opened by eduherminio over 1 year ago - 1 comment

#288 - โŒ› Simplify time management

Pull Request - State: closed - Opened by eduherminio over 1 year ago

#287 - [Test] Please ignore

Pull Request - State: closed - Opened by eduherminio over 1 year ago

#286 - ๐Ÿ› Fix nlog concurrency issue when accessing log files

Pull Request - State: closed - Opened by eduherminio over 1 year ago

#285 - Fix `TTMoveScoreValue` to be over MVVLVA values

Pull Request - State: closed - Opened by eduherminio over 1 year ago - 1 comment

#284 - Stop potentially sending uci `info` commands after `bestmove` one

Pull Request - State: closed - Opened by eduherminio over 1 year ago

#283 - Add thread id to logs

Pull Request - State: closed - Opened by eduherminio over 1 year ago

#282 - Give PV move preference over MVVLVA ones.

Pull Request - State: closed - Opened by eduherminio over 1 year ago - 1 comment

#280 - Disable logging in published version

Pull Request - State: closed - Opened by eduherminio over 1 year ago

#279 - General cleaning

Pull Request - State: closed - Opened by eduherminio over 1 year ago

#278 - Add option to disable transposition table

Pull Request - State: closed - Opened by eduherminio over 1 year ago

#273 - ๐Ÿ”โš– Add support for lichess-hosted online tablebases

Pull Request - State: closed - Opened by eduherminio over 1 year ago

#252 - Bump NLog.Extensions.Logging from 5.2.3 to 5.2.5

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago
Labels: dependencies, .NET

#251 - Bump NLog from 5.1.4 to 5.1.5

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago
Labels: dependencies, .NET

#250 - Bump coverlet.collector from 3.2.0 to 6.0.0

Pull Request - State: open - Opened by dependabot[bot] over 1 year ago
Labels: dependencies, .NET

#249 - Bump Microsoft.NET.Test.Sdk from 17.5.0 to 17.6.0

Pull Request - State: closed - Opened by dependabot[bot] almost 2 years ago
Labels: dependencies, .NET

#248 - Bump NLog from 5.1.3 to 5.1.4

Pull Request - State: closed - Opened by dependabot[bot] almost 2 years ago
Labels: dependencies, .NET

#247 - Bump actions/cache from 2 to 3

Pull Request - State: closed - Opened by dependabot[bot] almost 2 years ago
Labels: dependencies, github_actions

#246 - Bump actions/download-artifact from 2 to 3

Pull Request - State: closed - Opened by dependabot[bot] almost 2 years ago
Labels: dependencies, github_actions

#245 - Bump actions/upload-artifact from 2 to 3

Pull Request - State: closed - Opened by dependabot[bot] almost 2 years ago
Labels: dependencies, github_actions

#244 - Bump actions/checkout from 2 to 3

Pull Request - State: closed - Opened by dependabot[bot] almost 2 years ago
Labels: dependencies, github_actions

#243 - Bump actions/setup-dotnet from 1 to 3

Pull Request - State: closed - Opened by dependabot[bot] almost 2 years ago
Labels: dependencies, github_actions

#242 - Bump NLog.Extensions.Logging from 5.2.2 to 5.2.3

Pull Request - State: closed - Opened by dependabot[bot] almost 2 years ago
Labels: dependencies, .NET

#241 - Bump NLog from 5.1.2 to 5.1.3

Pull Request - State: closed - Opened by dependabot[bot] almost 2 years ago
Labels: dependencies, .NET

#240 - Bump Microsoft.Extensions.Configuration.Binder from 7.0.3 to 7.0.4

Pull Request - State: closed - Opened by dependabot[bot] almost 2 years ago
Labels: dependencies, .NET

#239 - Bump NUnit3TestAdapter from 4.4.0 to 4.4.2

Pull Request - State: closed - Opened by dependabot[bot] almost 2 years ago
Labels: dependencies, .NET

#238 - Bump NUnit3TestAdapter from 4.3.1 to 4.4.0

Pull Request - State: closed - Opened by dependabot[bot] almost 2 years ago
Labels: dependencies, .NET

#237 - Bump Microsoft.NET.Test.Sdk from 17.4.1 to 17.5.0

Pull Request - State: closed - Opened by dependabot[bot] almost 2 years ago
Labels: dependencies, .NET

#236 - Bump BenchmarkDotNet.Diagnostics.Windows from 0.13.4 to 0.13.5

Pull Request - State: closed - Opened by dependabot[bot] almost 2 years ago - 1 comment
Labels: dependencies, .NET

#235 - Bump NLog.Extensions.Logging from 5.2.1 to 5.2.2

Pull Request - State: closed - Opened by dependabot[bot] almost 2 years ago
Labels: dependencies, .NET

#234 - Bump BenchmarkDotNet from 0.13.4 to 0.13.5

Pull Request - State: closed - Opened by dependabot[bot] almost 2 years ago
Labels: dependencies, .NET

#233 - Bump NLog from 5.1.1 to 5.1.2

Pull Request - State: closed - Opened by dependabot[bot] almost 2 years ago
Labels: dependencies, .NET

#232 - Bump Microsoft.Extensions.Configuration.Binder from 7.0.2 to 7.0.3

Pull Request - State: closed - Opened by dependabot[bot] about 2 years ago
Labels: dependencies, .NET

#231 - Bump BenchmarkDotNet.Diagnostics.Windows from 0.13.3 to 0.13.4

Pull Request - State: closed - Opened by dependabot[bot] about 2 years ago - 1 comment
Labels: dependencies, .NET

#230 - Bump BenchmarkDotNet from 0.13.3 to 0.13.4

Pull Request - State: closed - Opened by dependabot[bot] about 2 years ago
Labels: dependencies, .NET

#229 - Bump Microsoft.Extensions.Configuration.Binder from 7.0.1 to 7.0.2

Pull Request - State: closed - Opened by dependabot[bot] about 2 years ago
Labels: dependencies, .NET