Author Topic: Its almost the day guys  (Read 17583 times)

Offline Botsareus

  • Society makes it all backwards - there is a good reason for that
  • Bot God
  • *****
  • Posts: 4483
    • View Profile
Its almost the day guys
« Reply #30 on: June 10, 2005, 12:29:40 PM »
:P

Offline shvarz

  • Bot God
  • *****
  • Posts: 1341
    • View Profile
Its almost the day guys
« Reply #31 on: June 10, 2005, 02:12:05 PM »
Cool analysis... Anyone wants to look at my Dom ternia in the same way?
:)
"Never underestimate the power of stupid things in big numbers" - Serious Sam

Offline Botsareus

  • Society makes it all backwards - there is a good reason for that
  • Bot God
  • *****
  • Posts: 4483
    • View Profile
Its almost the day guys
« Reply #32 on: June 15, 2005, 12:45:53 PM »
It turns out the robots were getting extra energy out of junk dna. I cant trace the source of the problem so I wrote a quick simple solution:

Quote
Private Sub corpo(n As Integer)
  Dim pnt As Integer
 
  rob(n).mem(thisgene) = currgene
 
  For pnt = rob(n).pntr To rob(n).DnaLen
    Select Case rob(n).DNA(pnt).tipo
      Case 0, 1
        instack n, pnt
      Case 2
        istruzione n, pnt
      Case 4
        Exit For
    End Select
    rob(n).nrg = rob(n).nrg - 0.007 'James Bond Fix
  Next pnt
...

That fixes the problem, now robots with a lot of junk dna and robots with little dna are in equal ammounts of energy.

Stay tooned for more bugs and/or more mutants, and sry that I deleted 13.txt , its that junk dna feeding robot, :banghead: I should of saved it. But still if you look at the file I posted attached to this thread from before, you will see that it does atleast 5 opps. that are basicaly junk dna. This stuff does not make sense... fix above^.
« Last Edit: June 15, 2005, 12:49:50 PM by Botsareus »

Offline Numsgil

  • Administrator
  • Bot God
  • *****
  • Posts: 7742
    • View Profile
Its almost the day guys
« Reply #33 on: June 15, 2005, 01:01:40 PM »
Um, that doesn't really fix the problem, it just covers it up.  If bots are getting nrg from somewhere they're not supposed to, you need to find and isolate it.  It could just be a symptom of a large problem.

Offline Botsareus

  • Society makes it all backwards - there is a good reason for that
  • Bot God
  • *****
  • Posts: 4483
    • View Profile
Its almost the day guys
« Reply #34 on: June 15, 2005, 01:09:52 PM »
c++ for num:

Quote
I cant trace the source of the problem so I wrote a quick simple solution:

==

Quote
Um, that doesn't really fix the problem, it just covers it up. If bots are getting nrg from somewhere they're not supposed to, you need to find and isolate it. It could just be a symptom of a large problem.

ALL TRUE

Offline Numsgil

  • Administrator
  • Bot God
  • *****
  • Posts: 7742
    • View Profile
Its almost the day guys
« Reply #35 on: June 15, 2005, 01:11:50 PM »
As long as we understand each other.

Offline Botsareus

  • Society makes it all backwards - there is a good reason for that
  • Bot God
  • *****
  • Posts: 4483
    • View Profile
Re: Its almost the day guys
« Reply #36 on: November 29, 2014, 10:11:13 PM »
... This was based on Endys approach to evolve a firstbot ... I abandoned this philosophy because it reminders me of the devil algorithm ...

A cleaner solution is available ... but only to me for now ... God does not play dice, neither do I although I am not in charge ...

Offline Botsareus

  • Society makes it all backwards - there is a good reason for that
  • Bot God
  • *****
  • Posts: 4483
    • View Profile
Re: Its almost the day guys
« Reply #37 on: November 29, 2014, 10:11:45 PM »
The day will arrive.