CsCheck icon indicating copy to clipboard operation
CsCheck copied to clipboard

Support for customizable/non-random search space traversal

Open AlgorithmsAreCool opened this issue 4 months ago • 0 comments

Howdy,

Currently CsCheck only supports the sealed PCG class for it's source of generation. But I would like to replace the PCG type with an interface or abstract class allowing the search pattern to be customized. Basically, I want to not use random search all the time.

AlgorithmsAreCool avatar Oct 19 '24 04:10 AlgorithmsAreCool