Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~167 People Reached
Favorite Forums
Favorite Tags
c++ x 1
Member Avatar for mechstough

I am programming for a genetic algorithm. there is a class named Chromosome. populationsize=1000; Chromosome chromosomelist[populationsize]; when I am using this array of objects chromosomelist to initialize some other object Chromosome parent1 = chromosomelist[p1]; I am getting access violation error for p1 greater than 20 upto 999, while it is …

Member Avatar for ravenous
0
167