Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Botsareus

Pages: 1 ... 293 294 [295] 296
4411
Suggestions / Arrays other topic
« on: February 22, 2005, 12:47:48 PM »
OK MY FURTHER WORK/EXPERIMINTATION WITH ARRAYS/MATH :

cond
*20
0
=
start
20
21
store '21 is the pointer to memory location 20
1
22
store
22
23
store '23 is the pointer to memory location 22
stop

cond
start
20
inc
stop

cond
*20
100
>
start
0
*21
store
stop

end

PROBLEM :

WHEN I ADDED :
Quote
1
22
store
22
23
store '23 is the pointer to memory location 22

THIS STOPED WORKING :
Quote
20
inc

ANY ONE KNOW A SOLUTION?

4412
Suggestions / Arrays other topic
« on: February 21, 2005, 07:19:41 PM »
ok I think what I am talking about is in the program already ex:

Quote
*.32 20 >
is a pointer from memory 32, is it greater then 20 ?

Therfore please include that it will mutate also; naturaly by the program: "Bots use there own memory to think , for once"

Am I correct some ? Am I wrong some ? , whats going on?

4413
DNA - General / Basic Math
« on: February 21, 2005, 07:15:39 PM »
Make sure mutation works for "condition" part of the gene , I know mutation really works well creating memory locations in the "execution" part of the gene

make sure its for bouth pointers and reguler memory...

...This conversation has moved to the (suggestions > "arrays other topic") thread

thanks for your help Num

4414
DNA - General / Basic Math
« on: February 21, 2005, 07:06:55 PM »
Num can bots mutate there own custom labels , or atleast reguler memory locations and memory pointers !!! yey !!!! , or else I start a new thread

ex:

*.32 100 <

or is it

.32 100 <

now I am confused

if
Quote
*.32 100 <
really means a pointer from memory location 32, then I should have never started "errays other topic" thread, But now there is use for the "errays other topic" thread once more!!!!

 :D sorry for the complete inconsistency

4415
DNA - General / Basic Math
« on: February 21, 2005, 06:56:44 PM »
There we go , lest time I tryed that it did not work , the robot console was returning 0 , also how do I later reset the number back to 0 when its over 100 so it repeats the whole thing again

by "*.var" what do you mean? There is only memory locations from 1 to 1000

if *.var did mean a memory location , I have never seen
Quote
*.var 100 <
mutate naturaly in the program

forget about
Quote
*.var *.var  <

I am hopeing that num ment somthing like:

Quote
cond
*.32 100 <
start
*32 inc
stop

4416
The Gene depository / Handy Genes
« on: February 21, 2005, 06:51:04 PM »
ic

4417
Suggestions / Arrays other topic
« on: February 21, 2005, 06:22:50 PM »
Dim memory(1000) as Intager 'this actualy already Exists in the program

Do '<--- this loop is the robot stack loop itself
memory(0) = 0
Do
memory(memory(0) + 100) = 999 - memory(0)*2 '<--- inpossible in the current virsion
If memory(0) > 100 Then Exit Do
Loop
Loop

***Can you later add the ability for the DNA to store values in arrays , not in memory one by one

***And Robots will be able to mutate all this stuff naturaly

***THE ABOVE CODE WHEN WRITTEN IN DB DOES NOT USE ANY NEW LOOPS , IT CAN USE THE Cycling of the program itself as a loop. That makes even more sense because now a robot takes more time to store a bigger erray

4418
ok thanks , btw from now on I start my own topic

4419
DNA - General / Basic Math
« on: February 21, 2005, 06:15:06 PM »
I know there is no loops, I am talking about each sycle increases the number by 1. So it takes 100 sycles to increase the number to 100

4420
Dead-End and Solved Suggestion Requests / Mathematics in Conditions
« on: February 21, 2005, 05:58:41 PM »
Quote
Eh. I'll leave that up to a programmer, buahahaa.

Well I am a programer and I think its a bad idea , it will make programer's life's harder , you know how mutch stuff they are working on already...

I don’t make the choices I am just writing my believes on the subject...

no I dont like to argue and yes I am good at it...

4421
Dead-End and Solved Suggestion Requests / Arrays
« on: February 21, 2005, 05:48:02 PM »
This is a qustion for PY and NUM not for AGP

***Can you later add the ability for the DNA to store values in arrays , not in memory one by one

***And Robots will be able to mutate all this stuff naturaly

4422
Dead-End and Solved Suggestion Requests / Mathematics in Conditions
« on: February 21, 2005, 05:43:34 PM »
ok ok , if you figure out how that naturaly mutates it will be great

A.G.P. why is assembly not visual basic?

4423
Dead-End and Solved Suggestion Requests / Arrays
« on: February 21, 2005, 05:38:40 PM »
Quote
very probably that that'll happen.

I dont think so , I already explained: There are always going to be stronger bots until and only until the limits of the program are reached. , If that happens we eather remove somthing or add on somthing to the program to make further insanity possible  :D

Quote
-1 14 12 store
will make a lot of bots no longer able to function because they use "-1 76 store" if say 76 was a .shoot
if we have -1 14 12 store the program will go: "WTH DOES 12 MEAN WHEN THERE IS SUPPOSED TO BE A STORE  THERE"
if we say to the program read the 12 next time it will go:
ex: -1 76 store
It will go "OK WERE IS THAT NUMBER 12 BEFORE ThE STORE"

(I love writing replys :) )

4424
Dead-End and Solved Suggestion Requests / Mathematics in Conditions
« on: February 21, 2005, 05:21:58 PM »
good say ...

The more you explain why the more I listin to you and agree with you (clue)


easy to use maybe , but hurts processing #1 , #2 differnt styles of programing develop one person will rader do everything into a memory and then send it for condition the other person will write stupedly complex conditions themselfs

I have trouble reading code writtin in a different style

4425
The Gene depository / Handy Genes
« on: February 21, 2005, 05:12:28 PM »
A.G.P. SO?

Pages: 1 ... 293 294 [295] 296