genetic-algorithm
Genetic programming in c++, library suggestions? [closed]
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing[详细]
2022-12-30 22:28 分类:问答How to choose an integer linear programming solver?
开发者_StackOverflowI am newbie for integer linear programming. I plan to use a integer linear programming solver to solve my combinatorial optimization problem.[详细]
2022-12-29 19:30 分类:问答how to tackle this combinatorial algorithm problem
I have N people who must each take T exams. Each exam takes \"some\" time, e.g. 30 min (no such thing as finishing early). Exams must be performed in front of an examiner.[详细]
2022-12-29 06:43 分类:问答Initial Genetic Programming Parameters
I did a little GP (note:very little) work in college and have been playing around with it recently. My question is in regards to the intial run settings (population size, number of generations, min/ma[详细]
2022-12-29 04:20 分类:问答Best Fit Scheduling Algorithm
I\'m writing a scheduling program with a difficult programming problem. There are several events, each with multiple meeting times. I need to find an arrangement of meeting times such that each schedu[详细]
2022-12-28 14:21 分类:问答Travelling Salesman Problem Constraint Representation
I read a couple of articles and sample code about how to solve TSP with Genetic Algorithms and Ant Colony Optimization etc. But everything I found didn\'t include time (window) constraints, eg. \"I ha[详细]
2022-12-27 07:48 分类:问答A detail question when applying genetic algorithm to traveling salesman
I read various stuff on this and understand the principle and concepts involved, however, none of paper mentions the details of how to calculate the fitness of a chromosome (which represents a route)[详细]
2022-12-24 08:46 分类:问答Quantum PSO and Charged PSO (PSO = Particle Swarm Optimizer)
I need to implement PSO\'s (namely charged and quantum PSO\'s). My questions are these: What Velocity Update strategy do each PSO\'s use开发者_StackOverflow中文版 (Synchronous or Asynchronous parti[详细]
2022-12-22 19:31 分类:问答how to work with strings and integers as bit strings in python?
I\'m developing a Genetic Algorithm in python were chromosomes are composed of strings and integers. To apply the genetic operations, I want to convert these groups of integers and strings into bit st[详细]
2022-12-20 08:20 分类:问答Special scheduling Algorithm (pattern expansion)
Question Do you think genetic algorithms worth trying out for the problem below, or will I hit local-minima issues?[详细]
2022-12-19 07:02 分类:问答