Git Product home page Git Product logo

genetic-algorithm-montage's Introduction

genetic-algorithm-montage's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

genetic-algorithm-montage's Issues

mask.png and instance.png not found

i get errors that mask.png and instance.png can not be found. i just altered the paths, coppied my match.png twice and renamed it to mask.png and instance.png.

Its running now but barely changes the Image after each generation.

Run Multiple Threads Concurrently in Java

If you want to contribute here are some useful notes:

An implementation of multiple threads would be very useful to calculate the Fitness Score faster than with one worker process. The Fitness Score is crucial and thus a reduction of the time needed to calculate the fitness would tremendously reduce the time per generation.

The calculateFitness function is called in the Population class:

for(List<Integer> list : DNAList) { fitnessList.add(fitness.calculateFitness(list)); }

Can't find Population class!

Hello Murgio

thank you for this application

every time I try to compile the FaceGen.java class I get this error

FaceGen.java:55: error: cannot find symbol
Population population = new Population(30, statusDirection);
^
symbol: class Population
location: class FaceGen
FaceGen.java:55: error: cannot find symbol
Population population = new Population(30, statusDirection);
^
symbol: class Population
location: class FaceGen
2 errors

thought the Population is there!

thank you.

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.