Search:

Type: Posts; User: rogster001

Page 1 of 20 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    4,449

    Is this like - a finite amount of each attribute...

    Is this like - a finite amount of each attribute is available to be distributed amongst the population?
    The approach i was formulating has something along those lines - EG for a 'general...
  2. Replies
    7
    Views
    1,673

    You didn't really say what you had found was...

    You didn't really say what you had found was wrong to start with, but yes, it's improved there. Swap your magic number 3 for a decent variable - Its a bit pedantic to mention it in this example but...
  3. Replies
    10
    Views
    10,106

    solid man... :-> Anybody ever use a BBC micro?...

    solid man... :-> Anybody ever use a BBC micro? Was like the less fun version of Spectrum, i bloody loved it though, Chuckie Egg master! One of my friends is a well known games coder from back in the...
  4. Replies
    2
    Views
    4,449

    Swarm intelligence

    Hi all,

    I am presently completely fascinated by unanimousAI - google around for some of the news articles on it - here's their official website - To enter you just enter a username and password as...
  5. Its cool that you took this task on, to create...

    Its cool that you took this task on, to create the tutorial, and you hold your corner well, must have took a lot of dedication. but I feel it may have been done without any peer review as you wrote?...
  6. massive no. not good idea

    massive no. not good idea
  7. erm..., i disagree with that one... saying they...

    erm..., i disagree with that one... saying they are both ways of containing data is close enough i'll grant that. And as for being terrible for beginners, I think they are a fundamental concept that...
  8. Replies
    12
    Views
    1,025

    If your problem is cpu intensive - depends on...

    If your problem is cpu intensive - depends on power, then give it all of the cpu you can - dont worry about your browser or something wanting it too - if you booked time on a supercomputer to run...
  9. Replies
    12
    Views
    1,025

    So don't bother messing about with threads

    So don't bother messing about with threads
  10. Replies
    1
    Views
    7,321

    I found clarification on the algorithm with...

    I found clarification on the algorithm with respect to my problem here

    The velocity argument would be interpreted as 'faster=this particle has more changes tested on the next iteration of the...
  11. Because it's dynamic - I wasnt about to write...

    Because it's dynamic - I wasnt about to write code that tries to allocate 80mb off the stack- and BTW i'm sorry, but that is bloody hideous code
  12. The storage requirement is too big for a fixed...

    The storage requirement is too big for a fixed array.

    I compiled as release with O1 omptimization, The vector read was improved by a second or so, but still not close to the on demand version....
  13. just to clarify - the immediate test generates...

    just to clarify - the immediate test generates each combination of 6 from 49 in less than 1 second on my machine - each iteration it stores the value of each combination row into a distinct integer...
  14. thanks for all the contributions above - to...

    thanks for all the contributions above - to explain further, the combinations are known, and can be generated for the whole search space. It is necessary to check the entire population for a give...
  15. Fair comment Jimblumberg - I was a little...

    Fair comment Jimblumberg - I was a little irritated by my results as much as anything earlier, sorry! there is no sorting involved, or required even - And maybe that is the point - If can...
  16. Thanks, Lets say the code is as standard an...

    Thanks, Lets say the code is as standard an implementation as you could imagine - I said I have not been considering anything at this stage beyond the basic, make it work level, and i am posting...
  17. This, and most of the rest of the post comes...

    This, and most of the rest of the post comes across as demanding and rude - and cynically I am inclined to believe that even were the OP to have complete command of English then the 'do my work for...
  18. Vector access speed versus on-the-fly generation

    Hi all,

    I have been testing various methods for a search optimization program. Part of this testing is to see how I can better speed up the solution checking. As it involves combinations I am...
  19. Replies
    1
    Views
    7,321

    Swarm intelligence algorithm question

    Hi all,

    I have recently become very interested in search optimization algorithms. One that I am going to apply is to use particle swarm optimization. However I am confused by the descriptions of...
  20. Replies
    8
    Views
    1,652

    I suggest - To help build things that can do what...

    I suggest - To help build things that can do what we can, not just what computers can
  21. Replies
    8
    Views
    1,652

    The fastest machine?

    I was interested to hear the direction that this thread took - and thought it might merit further discussion in its own thread.

    It got down to brute force for solving certain problems...
  22. Thread: Your work

    by rogster001
    Replies
    36
    Views
    3,736

    Enormous shout. Also it is wonderful to see the...

    Enormous shout. Also it is wonderful to see the juxtaposition of programming levels/interests/projects that people on this forum are involved in, it is just such a wealthy resource for anybody to...
  23. Thread: Your work

    by rogster001
    Replies
    36
    Views
    3,736

    my word whiteflags, what a thread link, The peers...

    my word whiteflags, what a thread link, The peers on this website, the fellow members, it is amazing to know that depth of quality is just who you are speaking to / discussing things with when u ask...
  24. Thread: Your work

    by rogster001
    Replies
    36
    Views
    3,736

    bloomin eck thanks :-> reload tho innit ;->...

    bloomin eck thanks :-> reload tho innit ;-> cheers whiteflags
  25. Thread: Your work

    by rogster001
    Replies
    36
    Views
    3,736

    Your work

    By way off following on from a previous discusion It would be interesting to hear what everyone is working on right now, whether professionally. at home or whatever
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4