Genetic Algorithms
- user warning: Table 'nolan.comments' doesn't exist
query: SELECT COUNT(*) FROM comments WHERE nid = 137 AND status = 0 in /home/sneakin/web/nolan.eakins.net/includes/database.mysql.inc on line 120.
- user warning: Table 'nolan.comments' doesn't exist
query: SELECT c.cid as cid, c.pid, c.nid, c.subject, c.comment, c.format, c.timestamp, c.name, c.mail, c.homepage, u.uid, u.name AS registered_name, u.picture, u.data, c.score, c.users, c.thread, c.status FROM comments c INNER JOIN users u ON c.uid = u.uid WHERE c.nid = 137 AND c.status = 0 GROUP BY c.cid, c.pid, c.nid, c.subject, c.comment, c.format, c.timestamp, c.name, c.mail, u.picture, c.homepage, u.uid, u.name, u.picture, u.data, c.score, c.users, c.thread, c.status ORDER BY c.thread DESC LIMIT 0, 50 in /home/sneakin/web/nolan.eakins.net/includes/database.mysql.inc on line 120.
Submitted by sneakin on Wed, 2005/04/13 - 05:32.
Personal | Science
This is mainly a note for myself, but may be useful to some passer by. I never understood how a genetic algorithm could successfully be used, until now. One would come in handy for setting up a neural network by evolving the weights used to connect the "neurons". It would be more ideal than just tweaking the weights somewhat randomly to achieve the results you want.
There are more uses for genetic alogrithms, and I'll leave a further elucidation to either Google or someone who uses them in his work/studies.
|