Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror

Comment Research on Ant Colony Optimization (Score -1, Redundant) 108

My MS thesis was right up this alley; titled "Automated Radio Network Design Using Ant Colony Optimization"

We represented the network design problem as a GSTS (generalized Steiner tree-star) problem, and programmatically let thousands of ants traverse the network looking for optimal designs.

Here's the final thesis paper, a conference poster, and thesis defense presentation for anyone interested:

http://jsharkey.org/thesis-draft2.pdf
http://jsharkey.org/downloads/trb-jsharkey.pdf/poster-jsharkey.pdf
http://jsharkey.org/blog/2008/04/14/thesis-in-six-weeks/

Oh, and we also open-sourced it under GPLv3:

http://libprop.jsharkey.org/
http://code.google.com/p/libprop/
http://code.google.com/p/aco-netdesign/

Comment Research on "Ant Colony Optimization" (Score 0) 108

My MS thesis was right up this alley; titled "Automated Radio Network Design Using Ant Colony Optimization"

We represented the network design problem as a GSTS (generalized Steiner tree-star) problem, and programmatically let thousands of ants traverse the network looking for optimal designs.

Here's the final thesis paper, a conference poster, and thesis defense presentation for anyone interested:

http://jsharkey.org/thesis-draft2.pdf
http://jsharkey.org/downloads/trb-jsharkey.pdf/poster-jsharkey.pdf
http://jsharkey.org/blog/2008/04/14/thesis-in-six-weeks/

Oh, and we also open-sourced it under GPLv3:

http://libprop.jsharkey.org/
http://code.google.com/p/libprop/
http://code.google.com/p/aco-netdesign/

Comment Research on "Ant Colony Optimization" (Score 0) 108

My MS thesis was right up this alley; titled "Automated Radio Network Design Using Ant Colony Optimization"

We represented the network design problem as a GSTS (generalized Steiner tree-star) problem, and programmatically let thousands of ants traverse the network looking for optimal designs.

Here's the final thesis paper, a conference poster, and thesis defense presentation for anyone interested:

http://jsharkey.org/thesis-draft2.pdf
http://jsharkey.org/downloads/trb-jsharkey.pdf/poster-jsharkey.pdf
http://jsharkey.org/blog/2008/04/14/thesis-in-six-weeks/

Oh, and we also open-sourced it under GPLv3:

http://libprop.jsharkey.org/
http://code.google.com/p/libprop/
http://code.google.com/p/aco-netdesign/

Comment Research on "Ant Colony Optimization" (Score 1) 108

My MS thesis was right up this alley; titled "Automated Radio Network Design Using Ant Colony Optimization"

We represented the network design problem as a GSTS (generalized Steiner tree-star) problem, and programmatically let thousands of ants traverse the network looking for optimal designs.

Here's the final thesis paper, a conference poster, and thesis defense presentation for anyone interested:

http://jsharkey.org/thesis-draft2.pdf
http://jsharkey.org/downloads/trb-jsharkey.pdf/poster-jsharkey.pdf
http://jsharkey.org/blog/2008/04/14/thesis-in-six-weeks/

Oh, and we also open-sourced it under GPLv3:

http://libprop.jsharkey.org/
http://code.google.com/p/libprop/
http://code.google.com/p/aco-netdesign/

Comment Research on "Ant Colony Optimization" (Score -1, Redundant) 108

My MS thesis was right up this alley; titled "Automated Radio Network Design Using Ant Colony Optimization"

We represented the network design problem as a GSTS (generalized Steiner tree-star) problem, and programmatically let thousands of ants traverse the network looking for optimal designs.

Here's the final thesis paper, a conference poster, and thesis defense presentation for anyone interested:

http://jsharkey.org/thesis-draft2.pdf
http://jsharkey.org/downloads/trb-jsharkey.pdf/poster-jsharkey.pdf
http://jsharkey.org/blog/2008/04/14/thesis-in-six-weeks/

Oh, and we also open-sourced it under GPLv3:

http://libprop.jsharkey.org/
http://code.google.com/p/libprop/
http://code.google.com/p/aco-netdesign/

Comment Research on "Ant colony optimization" (Score 5, Interesting) 108

My MS thesis was right up this alley; titled "Automated Radio Network Design Using Ant Colony Optimization"

We represented the network design problem as a GSTS (generalized Steiner tree-star) problem, and programmatically let thousands of ants traverse the network looking for optimal designs.

Here's the final thesis paper, a conference poster, and thesis defense presentation for anyone interested:

http://jsharkey.org/thesis-draft2.pdf
http://jsharkey.org/downloads/trb-jsharkey.pdf/poster-jsharkey.pdf
http://jsharkey.org/blog/2008/04/14/thesis-in-six-weeks/

Oh, and we also open-sourced it under GPLv3:

http://libprop.jsharkey.org/
http://code.google.com/p/libprop/
http://code.google.com/p/aco-netdesign/

Comment Partial list of apps in Market (Score 5, Informative) 135

A few people have put together a list of all the apps observed in Market to date.

I'm sure this will flood with even more over the next week when they open the developer portal. Oh yea, and I reverse engineered the iTunes remote control protocol and released an Android client GPL'ed: http://dacp.jsharkey.org/

Slashdot Top Deals

Real Programs don't use shared text. Otherwise, how can they use functions for scratch space after they are finished calling them?

Working...