Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

gasampler

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gasampler

Genetic Algorithm Sampler in NodeJS

latest
Source
npmnpm
Version
0.1.0
Version published
Weekly downloads
8
60%
Maintainers
1
Weekly downloads
 
Created
Source

GA Sampler

GA Sampler stand for Genetic Algorithm Sampler, this Sampler focused on JS. i made this for my research purpose so you can use it and also develop it if you find something to be improved.

yeah i think there's a lot to be improved :-)

#Development Methodology

GA Sampler use event driven programming and focused on main phase in Genetic Algorithm.

#Short Description about Genetic Algorithm

genetic algorithm is an algorithm that mimics neutral evolution with 5 main phase:

  • init population

    generating all population, unit, or objects

  • fitness functions

    check how good the object is

  • selection

    natural selection, you know..

  • crossover

    married, joining DNA

  • mutation

    x-men? hmm..

GA used advantages of crossover to make a better generation.

#License BSD-2-Clause

Keywords

ga

FAQs

Package last updated on 06 Jan 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts