About 464 results
Open links in new tab
  1. Genetic algorithm - Wikipedia

    In a genetic algorithm, a population of candidate solutions (called individuals, creatures, organisms, or phenotypes) to an optimization problem is evolved toward better solutions. Each …

  2. Genetic programming - Wikipedia

    Genetic programming (GP) is an evolutionary algorithm, an artificial intelligence technique mimicking natural evolution, which operates on a population of programs.

  3. List of genetic algorithm applications - Wikipedia

    Genetic Algorithm for Rule Set Production Scheduling applications, including job-shop scheduling and scheduling in printed circuit board assembly. [14] The objective being to schedule jobs in …

  4. Gene expression programming - Wikipedia

    Gene expression programming (GEP) in computer programming is an evolutionary algorithm that creates computer programs or models. These computer programs are complex tree structures …

  5. Evolutionary programming - Wikipedia

    Evolutionary programming is an evolutionary algorithm, where a share of new population is created by mutation of previous population without crossover. [1][2] Evolutionary programming …

  6. Evolutionary algorithm - Wikipedia

    The following is an example of a generic evolutionary algorithm: [7][8][9] Randomly generate the initial population of individuals, the first generation. Evaluate the fitness of each individual in …

  7. Selection (evolutionary algorithm) - Wikipedia

    Selection is a genetic operator in an evolutionary algorithm (EA). An EA is a metaheuristic inspired by biological evolution and aims to solve challenging problems at least approximately. …

  8. Genetic algorithm scheduling - Wikipedia

    Genetic algorithms are well suited to solving production scheduling problems, because unlike heuristic methods, genetic algorithms operate on a population of solutions rather than a single …