Re: Machine learning



Jens Gruschel wrote:

I need to write a system for optimizing the loading of a truck

Since the number of possibilities probably is too large to get the
best solution in a reasonable time with brute force, I think a
genetic algorithm might be able to solve this. The key (or one of the
keys) is to define a fitness function, which favors solutions which
are distributed evenly etc.

Yes. How that works in practice though is another matter...

--
Best regards,
Jonathan Neve
_______________
CopyTiger - advanced database replicator for Interbase/Firebird!
Web : http://www.microtec.fr/copycat/ct
_______________________________________
CopyCat - database replication components for Delphi/C++Builder!
Web : http://www.microtec.fr/copycat/cc
.



Relevant Pages

  • Re: Machine learning
    ... Since the number of possibilities probably is too large to get the best solution in a reasonable time with brute force, I think a genetic algorithm might be able to solve this. ... Jens Gruschel ...
    (borland.public.delphi.thirdpartytools.general)
  • Re: Making Change (#154)
    ... AND complete in a reasonable time (avoid brute force searches) ... is the knapsack problem, ...
    (comp.lang.ruby)