The place where everyone hangs out, chats, gossips, and argues
User avatar
By Gaspode_The_Wonder_Dog
#63445
the proportions of the map worry me. its like the episode on the west wing where they try to convince them to use a new world map an they put it the other way up an cj says its not right an they ask why an she goes "because its freaking me out..."
User avatar
By ninemaster
#63446
see what you mean America should return to its natural home on the Left. Talking of the West Wing CJ Yes or No?
User avatar
By Gaspode_The_Wonder_Dog
#63448
yeah not bad for an older woman. donna defintely also zoey an rizzo (dunno her name the bird from grease who is the presidents wife)...
User avatar
By ninemaster
#63449
Never noticed CJ that much until last nights episode with the red dress! A Definate MILF. Yeah to Donna not sure about the presidents wife though she has some wierd name i cant remember
User avatar
By Sidders
#63456
ninemaster wrote:Some good suggestions folks keep them coming. adam where did you pull that map from?

That map's crap anyway, it keeps doubling back on it's self. It needs a better traveling salesman solving algorithm.
User avatar
By Adam
#63458
:x i'd like to see you do a better job, sidla...
User avatar
By Sidders
#63460
Well I had a go for an assignment in semester 2, year 1. It used a brute force approach, but you have to loop the program at least 1000000 times to have any liklyhood of it finding the shortest route. It's pretty sh¡t, but if you want to have a look it can be found here.
By timb
#63473
there is no algorithm that can solve that problem because it is np complete
User avatar
By Adam
#63488
Did you say your a CSci Student?
User avatar
By Adam
#63490
i take that as a yes then. the fact that jou missed the y key, made me laugh.
By timb
#63494
it's dutch or something. i picked it up off quakenet like so many of my other bad habbits. i also may say 'yer' from time to time.
By Lew
#63495
i say 'yer' as well, usually on msn, and it annoys the * shit out of me as well. it also pisses me off when people say 'fankoo' as a substitute for thank you. kill the bastards who say stupid crappy things like that. although saying that its usually the bitches (women) who do it.

(in case anyone haden't noticed most of this post was testing the swear filter change)
Last edited by Lew on Tue Mar 11, 2003 2:58 pm, edited 1 time in total.
User avatar
By Sidders
#63496
timb wrote:nondeterministic-polynomial

Some algorithms are better than others though, right?

Surely there must be a way to completely solve the TSP?
User avatar
By Adam
#63498
ninemaster wrote:Not worrying about the cash yet just need some places of interest. Seems most packages follow the same route need some obscure places so i dont just join the trail of others


London - Albania - Afghanistan - Azerbaijan - Burundi - Chad - Congo- Ivory Coast- Israel - Iraq- Indonesia -Liberia - Namibia - Philippines - Sri Lanka - Sudan - Uganda - Yemen - Yugoslavia- Zimbabwe - London
Last edited by Adam on Tue Mar 11, 2003 3:23 pm, edited 3 times in total.
By Lew
#63499
TSP = teaspoon

according to my cookery book
User avatar
By Sidders
#63500
TSP = Traveling Salesman Problem

Standard Maths Abbreviations, Chapter 2 ISBN: 312-23234151-02
By timb
#63513
there is no way to solve it that doesn't suffer from exponential growth. there are some algorithms that find a very good solution most of the time, but not a perfect solution which don't suffer from exponential growth. these are the np-complete solutions and can be used in many problems. one of the main ones is graph colouring.
User avatar
By MK Chris
#63624
This thread has gone at least the amount of miles that ninemaster will be going round the world over my head. 8O

Anyway, I just thought I'd add a thick comment to the thread for all the others that don't understand it.
User avatar
By Gaspode_The_Wonder_Dog
#63655
we all understand it though topher its just you on your own in the dunce's corner. my 11 month old nephew understands that elementary stuff...
User avatar
By ninemaster
#63737
Got to say i lost it at the algorithms just thought it was a map. Ill join Topher in the Dunces corner until someone gives me an explanation as to what tthey are.
By timb
#63795
well if you mark all the places on the map where you want to go you would use an algorithm to find the shortest route that allows you to visit them all.
User avatar
By Sidders
#63800
Hence it's called the 'Travelling Salesman' problem.

Good to know, thanks!