Re: JSH: Contradictory behavior, issue of math fraud
- From: "Mas Plak" <spamless@xxxxxxxxxxxx>
- Date: Tue, 4 Sep 2007 20:45:12 -0500
"rossum" <rossum48@xxxxxxxxxxxx> wrote in message
news:g2lqd3l9b22hig0ql2tj52ab9bhte7kf90@xxxxxxxxxx
On Mon, 03 Sep 2007 17:28:34 -0700, JSH <jstevh@xxxxxxxxx> wrote:
The terrible thing is that the potential for surrogate factoring mayEasy enough to show - tell us how to pick k and n for large numbers.
be with very large numbers where that number of probes is significant
and far better than random, but with small numbers and an inability to
pick k and n properly it can vastly inflate that number of checks to
support opinions against surrogate factoring.
Unless there is a quick way to get to the right choices for k and n
then your method is likely to be slower than existing methods for
large numbers.
The problem with your method is that it cannot get quickly to the
right choices. Currently all we seem to be able to do is to guess
starting points and go from there. I have seen versions where you
pick n and vary k as well as vice-versa. I have seen you use k=1,
k=2, k=30, k=floor(T/30) and others.
You need to concentrate on how to pick k and n from a much narrower
range than currently - it is the wide range of possibilities to be
tried that is slowing your method.
rossum
Surrogate Factoring is DEAD.
.
- References:
- Re: JSH: Contradictory behavior, issue of math fraud
- From: junoexpress
- Re: JSH: Contradictory behavior, issue of math fraud
- From: JSH
- Re: JSH: Contradictory behavior, issue of math fraud
- From: rossum
- Re: JSH: Contradictory behavior, issue of math fraud
- From: JSH
- Re: JSH: Contradictory behavior, issue of math fraud
- From: Mas Plak
- Re: JSH: Contradictory behavior, issue of math fraud
- From: rossum
- Re: JSH: Contradictory behavior, issue of math fraud
- From: Tim Peters
- Re: JSH: Contradictory behavior, issue of math fraud
- From: rossum
- Re: JSH: Contradictory behavior, issue of math fraud
- From: JSH
- Re: JSH: Contradictory behavior, issue of math fraud
- From: rossum
- Re: JSH: Contradictory behavior, issue of math fraud
- Prev by Date: Digital Signal Processing: A Computer Based Approach, 3rd Ed., Mitra
- Next by Date: Re: Solution Manuals Available now in PDF!
- Previous by thread: Re: JSH: Contradictory behavior, issue of math fraud
- Next by thread: Re: JSH: Contradictory behavior, issue of math fraud
- Index(es):