Code center > Darwinbots3

Programming task (DNA editor)

<< < (2/9) > >>

Botsareus:
Found it.


--- Quote --- The control we will create will contain a text box for your name and a button that will fire an event. To begin, open Visual Studio .NET and begin a new C#  Windows Control Library. You may name it whatever you like, for this sample the project name will be SubmitButton.
--- End quote ---

 May be useful for noobs. here

Then you just add it to your ".NET components" and it computes the control.

Panda:
Right, I'll bear this in mind and I'll get back to you in a week and a half (after exams and after-exam alcohol).

EDIT: I forgot to say that I do not know anything about the syntax that we're going to use for DB3. Anything to help me with that?

Numsgil:
I'm redoing a lot of it anyway. By the time you'll decide if you want to play with it I'll have a language spec written out I think.

Botsareus:
Numsgil, how exactly will codules and chromosomes work when they need to be crossed over?
Will it search for codules under a specific chromosome and add them to resulting robot? In that case will it remove duplicate codules? Also, what happens in situations if both robots have only 1 chromosome?

Numsgil:
I haven't gotten that far, but probably codules will get appended one after another to form a single long basepair sequence.  Then, I'll determine chromosome matches by finding pairs with the largest common subsequence.  Paired chromosomes will be crossed over, and the pair split between daughter cells.  Unmatched chromosomes will be randomly assigned to one of the two daughter cells.  Though I might want to do something else to handle cases where a haploid cell tries to sexually divide.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version