genetic-algorithm
How to fix premature convergence in simple GA (Python)?
Yesterday i started exploring the genetic algorithms, and when i ended up with some basic theory, i tried to write simple GA on Python, that solves Diophantine equation. I\'m new to Python and GAs, so[详细]
2023-03-15 20:41 分类:问答iterative machine learning algorithm [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2023-03-15 06:30 分类:问答Has anyone come across a rich GA framework in Ruby?
I am looking for something possibly as rich as JGAP framework (for Java), but for Ruby environment. The ones I have seen so far are fairly simplistic, and are not designed to be customised (I do开发者[详细]
2023-03-12 16:18 分类:问答Problem Swapping Pairs Between 2 Arrays
I\'m working on a mutation algorithm for a homework project and I\'m stumped at why I\'m getting duplicates in the set. I\'m trying to find a solution for the travelling ant problem (find shortest pat[详细]
2023-03-10 11:13 分类:问答undeclared identifiers?
Keep getting errors with code, its a conversion from old VS to the 2010 version: #include <string>[详细]
2023-03-09 06:45 分类:问答Neural Network, Genetic algorithm as an Intrusion detection system
Hi I need some help on getting started with creating my first algorithm; I want to create a NN/Genetic Algorithm for use as an Intrusion detection system.[详细]
2023-03-09 01:52 分类:问答Hotel room optimization/sorting algorithm
Is there any well know开发者_StackOverflown room optimization/sorting algorithm for hotels ? Problem is to redistribute rooms to maximize occupancy. Let\'s say I have 10 rooms, start date and end dat[详细]
2023-03-08 06:30 分类:问答Calculate area of a object in cartesian plane
I wonder if someone can help me to find the area of a 2-D object in Cartesian plane , when we know coordinates of every points.[详细]
2023-03-07 12:35 分类:问答Haskell Stack Overflow
I\'m writing a genetic algorithm to generate the string \"helloworld\". But the evolve function creates a stack overflow when n is 10,000 or more.[详细]
2023-03-05 10:17 分类:问答When to use Tabu Search with Genetic Algorithms and when not?
Tabu Search may be using at Genetic Algorithms. Genetic Algorithms may need many generations to get a success so running at high performance is important for them. Tabu Search is for enhancement for[详细]
2023-03-03 23:03 分类:问答