CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: z80z80

Search: Search took 0.02 seconds.

  1. Replies
    19
    Views
    3,751

    Re: Genetic Algorithm idea or alternative

    Very interesting OReubens, I see the application for the original problem, I'm not so sure how to apply for the second one that is my real problem, but reading the description sounds usefull...
  2. Replies
    19
    Views
    3,751

    Re: Genetic Algorithm idea or alternative

    Sorry for the delay answering the post.
    First of all, please dont go into a "fight" for this question, all the answer are very valuable, I think the NP-Problem discussion will not solve anything,...
  3. Replies
    19
    Views
    3,751

    Re: Genetic Algorithm idea or alternative

    What do you mean with "run db with scores"?

    And yes personal scores are subjective are not very informative, not only social collisions but is a subjective measure, but these are the...
  4. Replies
    19
    Views
    3,751

    Re: Genetic Algorithm idea or alternative

    I think is some kind of optimization problem (but I've no idea about optimization algorithms)
    Each person has a score in each task, but is not as easy as take the highest on task 1 then the highest...
  5. Replies
    19
    Views
    3,751

    Re: Genetic Algorithm idea or alternative

    I though the problem was presented first with a typical problem and after that what changes, but perhaps I did not explain it correctly.

    The problem.
    We have N task and M people that have...
  6. Replies
    19
    Views
    3,751

    Re: Genetic Algorithm idea or alternative

    I've though a possible chromosome representation, chaining tasks, I mean in the example "give me the best 2 people for task 1, and the best 3 people for task 5" the chromosome will be {people in task...
  7. Replies
    19
    Views
    3,751

    Genetic Algorithm idea or alternative

    Hello, I've been given a requirement, it's similar to a GA but I dont find the correct way to do it in a GA way or if there is some kind of optimization algorithm to solve it better.

    Take a...
Results 1 to 7 of 7





Click Here to Expand Forum to Full Width

Featured