leshacsharp

Results 3 issues of leshacsharp

During scrolling in VirtuallScroll block appear System.Text.Json.JsonException Steps to reproduce the behavior: 1. Generate a VirtuallScroll block ![image](https://user-images.githubusercontent.com/25509535/100577517-736d9280-32f1-11eb-9429-dd9d29bd80ee.png) 2. Open a browser and start scrolling the block 3. See the...

bug

Hey, The UniformCrossover has MixProbability field for swapping genes. In the current implementation genes are swapped when the event is NOT occuried. Why not vice versa? https://github.com/giacomelli/GeneticSharp/blob/b6567e3d2d328ce00cae3cea2d79a1e1ba40d944/src/GeneticSharp.Domain/Crossovers/UniformCrossover.cs#L62-L71 Thanks!

**Describe the bug** If the `AllowWinnerCompeteNextTournament` is set up to false, the TournamentSelector always throw > System.ArgumentOutOfRangeException: The length is 2, but the possible unique values between 0 (inclusive) and...

bug