Skip to content
View jasonma1127's full-sized avatar
πŸ€—
πŸ€—
Block or Report

Block or report jasonma1127

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Library-Manage-System Library-Manage-System Public

    Implement a simple Library Manage System with the basic function, and using TDD (Test-Driven Development) to develop

    Java 5 1

  2. Savings-Algorithm Savings-Algorithm Public

    Using Savings-Algorithm algorithm to solve CVRP problem

    C++ 4 1

  3. Simulated-Annealing Simulated-Annealing Public

    Using Simulated-Annealing algorithm to solve CVRP problem

    C++ 4

  4. FireflyAlgorithm FireflyAlgorithm Public

    Using Firefly Algorithm to find the minimal solution of Rastrigin function and Styblinski-Tang function

    Python 6

  5. ParticleSwarmOptimization ParticleSwarmOptimization Public

    Using Particle Swarm Optimization Algorithm to find the maximize solution of the following problem Maximize𝑓(π‘₯,𝑦)=βˆ’π‘₯𝑠𝑖𝑛(4π‘₯)βˆ’1.1𝑦𝑠𝑖𝑛(2𝑦)+1 8≀x≀10; 10≀y≀13; x+y≀22 Expect to get maximum 23.0063 at (x…

    Python 4

  6. GeneticAlgorithm GeneticAlgorithm Public

    Using Gene Algorithm to find the maximize solution of the following problem Maximize𝑓(π‘₯,𝑦)=βˆ’π‘₯𝑠𝑖𝑛(4π‘₯)βˆ’1.1𝑦𝑠𝑖𝑛(2𝑦)+1 8≀x≀10; 10≀y≀13; x+y≀22 Expect to get maximum 23.0063 at (x,y)=(9.039,11.802)

    C++ 3