Code center > Dead-End and Solved Suggestion Requests

Advanced Randomness Generation Thread

<< < (4/13) > >>

Botsareus:
I never sayed "mutation dont work" , PY read the whole Tread to figure it out.

PurpleYouko:
Maybe not in this thread but you most certainly have said that in the past.

 <_<  PY  <_<

Botsareus:

--- Quote ---cond  head of the second gene
  *30 
  0
  >  if memory cell 30 content is >0
--- End quote ---

Reguler "variables" do not become this kind of "variables" with any settings.

The Program cant change a variable to become this variable , The Program cant add a new variable of that type

Botsareus:

--- Quote ---*31
  *30
  store  we put the content of cell 31 in the cell pointed by cell 30
--- End quote ---

The above does not get added to the "start...stop" part of the gene.

Nothing changes to become the other one ex:


--- Quote ---97 'changed from *31
  957 'change from *30
  store  we put value 97 directly into memory location 957
--- End quote ---

The flip side is true also:


--- Quote ---*31 'changed from 97
  *30 'changed from 957
  store
--- End quote ---

Does not happen.

Botsareus:

--- Quote ---*957 'The above value must be able to change into stuff like *210 *310
*30  '[you]The below value must be able to change into stuff like *210 *310[/you]
>
--- End quote ---

more so,


--- Quote ---
--- Quote ---  *.refypos
  0
  >
  *.ypos
  20
  <
  *.sun
  0
  =
--- End quote ---

  *.ypos 'yes this changes but
  *.sun '[you]The below value can be a variable[/you]
  >
  *.ypos 'yes this changes but
  *.sun '[you]The below value can be a variable[/you]
  <
  *.ypos 'yes this changes but
  *.sun '[you]The below value can be a variable[/you]
  =


--- End quote ---

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version