Search:

Type: Posts; User: Elfie

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    8,056

    Thank you!!! Oh my goodness this worked! I'm used...

    Thank you!!! Oh my goodness this worked! I'm used to working in VBA, so if I declare an array of size 10, it automatically creates an array of size 11, from 0-10. Technically I guess this makes more...
  2. Replies
    7
    Views
    8,056

    Hi, thanks for replying. I overwrite those arrays...

    Hi, thanks for replying. I overwrite those arrays continuously - it should work so that the current chromosome array is copied to the parents, then filled up, and after the fitness function is...
  3. Replies
    7
    Views
    8,056

    Thanks - I've moved that out, tidies it up a bit.

    Thanks - I've moved that out, tidies it up a bit.
  4. Replies
    7
    Views
    8,056

    Cygwin memory allocation / stackdumpfile

    I have my model in C which runs an evolutionary process, but once I input too large a population or too long an evolutionary period, it fails. For example, I can evolve a (constant) population of 20...
  5. Replies
    2
    Views
    6,496

    Thank you so much! I looked back at where I had...

    Thank you so much! I looked back at where I had defined the ctrl struct and I hadn't used the * ... I knew this was going to be a facepalm moment, but at least now I know I need to brush up on...
  6. Replies
    2
    Views
    6,496

    Sscanf into struct

    Hi all,

    I have a very frustrating issue trying to read formatted input from a file into a struct. I have defined two structs. Main calls the functions to load both. The ctrl struct loads perfectly...
Results 1 to 6 of 6