Code Monkey home page Code Monkey logo

genetics-sim's Issues

Lessen object copies in factory process

Most objects that are created by Factory classes are copied at least once in transit to their final destination. It may be better to create shared_ptr objects that store pointers to these.

Implement genetic crossovers

In v2.0, the mating logic incorporates the chromosomal crossover process. This should be implemented in a new mating method.

New method of storing offspring results

The v2.0 specification requires different metrics to be stored and eventually output to the screen. These should be captured during the mating process and stored in an efficient way while awaiting the end of the simulation.

Fix code style

There are inconsistencies across the code base such as:
1.) Mismatched tabs/spaces
2.) No standard for tab lengths when using methods with multiple arguments
3.) No standard for declaring multiple variables of the same type on consecutive lines. Should the type be re-declared or should commas be used? When should a newline be introduced if using commas?

Program Output

The old output was stripped due to major v2.0 structural changes. An output system should be used that models that which is found in the instructor exe output.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.