Re: Complexity of a specific kind of instances of a NP-complete problem
- From: examachine@xxxxxxxxx
- Date: 25 Sep 2005 09:28:34 -0700
Keith Ramsay wrote:
> feeldead wrote:
> |If we don't expect to resolve all the instances of TSP
> |with a single program, but search for a cluster of algorithms for
> |resolve all the instances, with every algorithm aiming to one or
> |several instances. Can we resolve the NPC problem in this sense?
>
> There's a kind of universal searching algorithm known as
> "Levin search" that divides up its time among an ever-growing
> collection of algorithms. If there is an algorithm that finds
> a solution to some set of positive instances of the problem,
> in O(f) time, then Levin search does too, but with the constant
> in the "O" being in general astronomically large. That's
> because eventually Levin search will be spending some small
> fraction of its time simulating this other algorithm. If there
> is an algorithm requiring n bits to specify, that takes m steps
> to find a solution, Levin search in one usual form takes
> something like 2^n*m steps.
Nice explanation. I've always wondered in what way Levin's search
is an improvement over the traditional method of using 10^6 monkeys
and typewriters to reproduce Shakespeare.
Cheers,
--
Eray
.
- References:
- Complexity of a specific kind of instances of a NP-complete problem
- From: snowballbhb
- Re: Complexity of a specific kind of instances of a NP-complete problem
- From: Craig Feinstein
- Re: Complexity of a specific kind of instances of a NP-complete problem
- From: feeldead
- Re: Complexity of a specific kind of instances of a NP-complete problem
- From: Keith Ramsay
- Complexity of a specific kind of instances of a NP-complete problem
- Prev by Date: Re: switching adjacent cells on the tape
- Next by Date: Re: Complexity of a specific kind of instances of a NP-complete problem
- Previous by thread: Re: Complexity of a specific kind of instances of a NP-complete problem
- Next by thread: Re: Complexity of a specific kind of instances of a NP-complete problem
- Index(es):
Relevant Pages
|