-
June 5th 2009, 04:38 PM #91
Re: A chance for input ... Dr. John Sanford
I'm in the scientific community, and I have even written (and published) genetic simulation software, as well as peer-reviewed others' programs. I would not treat this one kindly. A great deal of effort seems to have been spent on various flourishes, without any attempt to make the core of the model realistic.
As someone interested in creationism, I do find the program fascinating(*), though. What they are simulating is not an evolutionary biology model, but a model of how creationists think evolution works.
(*)Well, ok, mildly interesting. But I'm trying to avoid writing a referee report on a boring paper that I've already reviewed twice, and I've got the flu, so I have to take what I can get.
-
June 5th 2009, 05:13 PM #92
Re: A chance for input ... Dr. John Sanford
Still looking for those advanced parameters; might not find them in the 15 minutes I've got left at the computer.
I did find, however, the first paper Sanford presented at ICC 2008; I had some trouble tracking it down, due to what appears to be a mistype on the ICR web page:
Mendel’s Accountant: A New Population Genetics
Simulation Tool for Studying Mutation and Natural Selection
Hopefully, this will have some interesting information.
—Sam"Rats and roaches live by competition under the law of supply and demand; it is the privilege of human beings to live under the laws of justice and mercy."
► Wendell Berry"As soon as men decide that all means are permitted to fight an evil, then their good becomes indistinguishable from the evil that they set out to destroy."
► Christopher Dawson
-
June 5th 2009, 05:24 PM #93
Re: A chance for input ... Dr. John Sanford
I would say that is a big part of the problem. I would doubt that the true maximum potential benefit of a point mutation is that low - those the probability of a point mutation being more beneficial that that may be quite low. That is, I would say he at least needs to be able to assign a distribution to this parameter, where at some low probability, we may find a much larger benefit.
Also, there is no way to evaluate the combinatorial effect of groups of muttions. That is 1+1 may be quite a bit greater than 2. Indeed. mutations have been shown experimentally to behave like this:
Ma -> -.002
Mb -> -.001
Mc -> -.004
Ma+Mb+Mc -> +.01
Because in combination they result in some newer and better result, whereas alone they may damage what already is.
Jim"Let the hand not say to the foot - I have no need of thee ..."
"I assume you have prepared new insults for me today ..."
- Spock (the younger)
-
June 6th 2009, 09:53 PM #94
Re: A chance for input ... Dr. John Sanford
Thankyou AS and sfs1 for the work you've put into this
Always strive to keep an open mind – but not so open that your brains fall out!Still afeared of & dodging The PINTM
-
June 6th 2009, 10:36 PM #95
Re: A chance for input ... Dr. John Sanford
I'm just the guy who managed to get the program running (I even sleep between runs) . . . all glory to sfs1!
Speaking of runs, I've been looking for those individual selection parameters you were talking about, sfs1, but I can't find 'em. I figured to show what the basic and advanced parameters were . . . if anyone spots what I'm supposed to be doing here, let me know and I'll run the test. If I get the x64 build of Windows 7 in the next few days, I'll borrow some RAM and try to run a population of 10,000 through 100,000 generations, too.
—Sam"Rats and roaches live by competition under the law of supply and demand; it is the privilege of human beings to live under the laws of justice and mercy."
► Wendell Berry"As soon as men decide that all means are permitted to fight an evil, then their good becomes indistinguishable from the evil that they set out to destroy."
► Christopher Dawson
-
June 6th 2009, 11:01 PM #96
Re: A chance for input ... Dr. John Sanford
And I'm too lazy to get the program running. (Actually, if it were just a matter of compiling code and running it I'd try it on one of the 8 gig farm machines at work. But I don't want to be messing about with web server software anywhere, and especially not on work computers.)
Parameter 5 under "mutations" is one of them: "Special case - Consider all mutations equal". That must be the one that gives all mutations the same selection coefficient. I can't see where you're supposed to set that value, however, so that may not help much.Speaking of runs, I've been looking for those individual selection parameters you were talking about, sfs1, but I can't find 'em. I figured to show what the basic and advanced parameters were . . . if anyone spots what I'm supposed to be doing here, let me know and I'll run the test.
Another interesting parameter is 4 under "selection", "Fertility declining with fitness". Unchecking that presumably switches from hard selection to soft.
Finally, I note that the default engine seems to be written in Fortran. I'd bet quite a bit that means it was written by Baumgardner or another physics computational guy, and probably an older one at that -- speaking as an increasingly old ex-physics computational person who used to use Fortran myself. You very seldom see biologists writing in Fortran. (Looking at the author list, yeah, I see Baumgardner is listed as the main developer.)
-
June 7th 2009, 11:57 AM #97
Re: A chance for input ... Dr. John Sanford
OK, I'll set that up. Here's the description from the User Manual:
I think this parameter is to keep the population at, say 10,000, regardless of overall fitness; the fitness still declines for every deleterious mutation but, unlike my mouse population, the number of organisms does not decline and speed up the population collapse:
They explain it a bit more in "Using Numerical Simulation to Test the Validity of Neo-Darwinian Theory":
Thanks for the guidance; I'll set up a run in a minute here and hopefully post up before I've got to head out for the afternoon.
—Sam"Rats and roaches live by competition under the law of supply and demand; it is the privilege of human beings to live under the laws of justice and mercy."
► Wendell Berry"As soon as men decide that all means are permitted to fight an evil, then their good becomes indistinguishable from the evil that they set out to destroy."
► Christopher Dawson
-
June 7th 2009, 12:09 PM #98
Re: A chance for input ... Dr. John Sanford
Mendel's Accountant just gives me a blank page when the option to treat all mutations as equal is selected. I'm taking a friend back home today, so I'll have free time tonight to hopefully set up a Linux build, drop more RAM into the system and have a better system on which to run Mendel.
Don't wait up, though, y'all . . . configuring Linux has never been a strong suit of mine
"Rats and roaches live by competition under the law of supply and demand; it is the privilege of human beings to live under the laws of justice and mercy."
► Wendell Berry"As soon as men decide that all means are permitted to fight an evil, then their good becomes indistinguishable from the evil that they set out to destroy."
► Christopher Dawson
-
June 7th 2009, 12:30 PM #99
Re: A chance for input ... Dr. John Sanford
That's the part I didn't see how to do: how to specify the constant values. Is it obvious?
That's precisely the distinction between soft and hard selection. With this switch off, fitness only affects the relative probability of each individual reproducing; it doesn't do anything to the health of the population as a whole. Assuming they calculate the loss of fitness as a proportion of existing fitness, then the population shouldn't go extinct for a very long time -- basically not until the fitness gets too small to be represented by whatever floating point type they're using.I think this parameter is to keep the population at, say 10,000, regardless of overall fitness; the fitness still declines for every deleterious mutation but, unlike my mouse population, the number of organisms does not decline and speed up the population collapse:
-
June 7th 2009, 12:47 PM #100
Re: A chance for input ... Dr. John Sanford
Seemingly! When you check the box, two form boxes pop up under it. The input value for deleterious mutations is a bit of bad code; I can see the code to define what the input does in place of the actual input box and when I change the beneficial input box, the program hangs.
I'll do a couple runs to verify once I've got the ol' Linux up n' running. Thanks for the guiding hand!
—Sam"Rats and roaches live by competition under the law of supply and demand; it is the privilege of human beings to live under the laws of justice and mercy."
► Wendell Berry"As soon as men decide that all means are permitted to fight an evil, then their good becomes indistinguishable from the evil that they set out to destroy."
► Christopher Dawson
-
June 7th 2009, 09:32 PM #101
Re: A chance for input ... Dr. John Sanford
Got Linux set up, added 1GB of RAM . . . and discovered that there is no listed Linux distribution package for Mendel's Accountant on SourceForge, despite it being prominently mentioned on MENDEL's home page. Displeasing.
So I might have to wait on the big population stuff until my x64 Windows 7 arrives. I'll run the special equal-mutation project again. I got it working in MENDEL 1.2.1 but it crashed the population in less than 300 generations (at 0.001 for both deleterious and beneficial mutations and beneficial mutations at 10%).
--Sam"Rats and roaches live by competition under the law of supply and demand; it is the privilege of human beings to live under the laws of justice and mercy."
► Wendell Berry"As soon as men decide that all means are permitted to fight an evil, then their good becomes indistinguishable from the evil that they set out to destroy."
► Christopher Dawson
-
June 8th 2009, 12:36 AM #102
Re: A chance for input ... Dr. John Sanford
I ran the "Special Case: Consider All Mutations Equal" run twice, once with "Fertility Declining with Fitness" checked and once with it unchecked. In both runs, mutations were considered to have an equal effect of 0.001.
Beneficial Mutation Rate: 0.1 (10%)Population: 1000Max. Generations: 6000
This is the run with fertility declining with fitness:
Attachment 65206 Attachment 65205
The run only lasted for 292 generations, with a final fitness of 0.11, deleterious mutations totaling 2144 and beneficial mutations totaling 364.
Sorry I can't post more graphs; I have to use MENDEL 1.2.1 for this, since the parameter is broken in 1.4.1.
Second run posted up in justasec.
—Sam"Rats and roaches live by competition under the law of supply and demand; it is the privilege of human beings to live under the laws of justice and mercy."
► Wendell Berry"As soon as men decide that all means are permitted to fight an evil, then their good becomes indistinguishable from the evil that they set out to destroy."
► Christopher Dawson
-
June 8th 2009, 12:42 AM #103
Re: A chance for input ... Dr. John Sanford
This is the run with fertility independent of fitness:
Attachment 65209 Attachment 65210
You can see that this run drops the fitness nearly to where the last population dies . . . but it seems to have turned the corner just in time and is slowly advancing in fitness. I wondered why the population died after 789 generations. At the end of the output file, MENDEL presented the error, "Favorable mutation count exceeds limit". It seems that MENDEL is unable to process favorable mutations over 1788 (the number of beneficial mutations in the final generation).
In the end, the population had a fitness of 0.2297 (and rising), with 3329 deleterious mutations and 1788 beneficial mutations.
—Sam
—Sam[/quote]"Rats and roaches live by competition under the law of supply and demand; it is the privilege of human beings to live under the laws of justice and mercy."
► Wendell Berry"As soon as men decide that all means are permitted to fight an evil, then their good becomes indistinguishable from the evil that they set out to destroy."
► Christopher Dawson
-
June 8th 2009, 12:46 AM #104
Re: A chance for input ... Dr. John Sanford
So, it does seem that this creationist "model" has the result predetermined.
"To announce that there must be no criticism of the President, or that we are to stand by the President, right or wrong, is not only unpatriotic and servile, but is morally treasonable to the American public."
--Theodore Roosevelt , May 7, 1918
To be a patriot, one had to say, and keep on saying, "Our country, right or wrong," and urge on the little war. Have you not perceived that that phrase is an insult to the nation. Mark Twain, "Glances at History," 1906
-
June 8th 2009, 11:56 AM #105
Re: A chance for input ... Dr. John Sanford
I think so, too.
Here's the deal I made last night, the "Soft Selection" run:
Beneficial Mutation Rate: 0.001
Population: 1000
Max Generations: 25,000
Advanced Setting: Fertility Declining with Fitness: Unchecked
Attachment 65221 Attachment 65222
Even with soft selection turned on and a higher-than-default number of beneficial mutations, the population only lasted for 22989 generations. If these were mice, that would be 2874 years (humans would be ~750,000, assuming a 25 year generational gap). Just another reason that Sanford ought to explain why a population of 1,000 is biologically realistic.
I would like to run the program with a population of 10,000 for something like 50,000 generations but the program won't start something that big (it looks like that could take anywhere from 8GB-16GB RAM).
—Sam"Rats and roaches live by competition under the law of supply and demand; it is the privilege of human beings to live under the laws of justice and mercy."
► Wendell Berry"As soon as men decide that all means are permitted to fight an evil, then their good becomes indistinguishable from the evil that they set out to destroy."
► Christopher Dawson
Similar Threads
-
On Sanford and ReMine
By Viktor Scott in forum Natural Science 301Replies: 17Last Post: November 23rd 2011, 04:43 PM -
Mark Sanford thinks he's a secret agent now
By Darth Executor in forum Civics 101Replies: 7Last Post: September 13th 2009, 01:39 AM -
Governor Sanford just doesn't know when to shut the heck up
By Darth Executor in forum Civics 101Replies: 8Last Post: September 3rd 2009, 02:00 PM -
Isabel Sanford, 'Weezie' on 'The Jeffersons,' dead at 86
By Piebald in forum AmphitheaterReplies: 2Last Post: July 16th 2004, 01:17 PM
















































































Quote

Does Anyone here study OT using...
Yesterday, 11:43 PM in Study Room