Class RandomSearch

    • Field Detail

      • batchsize

        protected final int batchsize
    • Constructor Detail

      • RandomSearch

        @Inject
        public RandomSearch​(Population population,
                            Archive archive,
                            IndividualFactory individualFactory,
                            IndividualCompleter completer,
                            Control control,
                            Iteration iteration,
                            int batchsize)
        Constructs a RandomSearch.
        Parameters:
        population - the population
        archive - the archive
        individualFactory - the individual creator
        completer - the completer
        control - the control
        iteration - the iteration counter
        batchsize - the size of the batch for an evaluation