Lines Matching defs:Entropic
776 Options.Entropic = Flags.entropic;
783 Options.Entropic = false; // FocusFunction overrides entropic scheduling.
784 if (Options.Entropic)
788 struct EntropicOptions Entropic;
789 Entropic.Enabled = Options.Entropic;
790 Entropic.FeatureFrequencyThreshold =
792 Entropic.NumberOfRarestFeatures = Options.EntropicNumberOfRarestFeatures;
793 Entropic.ScalePerExecTime = Options.EntropicScalePerExecTime;
815 auto *Corpus = new InputCorpus(Options.OutputCorpus, Entropic);