View jasonma1127's full-sized avatar
πŸ€—
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 support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Library-Manage-SystemLibrary-Manage-SystemPublic

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

    Java 5 1

  2. Savings-AlgorithmSavings-AlgorithmPublic

    Using Savings-Algorithm algorithm to solve CVRP problem

    C++ 4 1

  3. Simulated-AnnealingSimulated-AnnealingPublic

    Using Simulated-Annealing algorithm to solve CVRP problem

    C++ 4

  4. FireflyAlgorithmFireflyAlgorithmPublic

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

    Python 6

  5. ParticleSwarmOptimizationParticleSwarmOptimizationPublic

    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. GeneticAlgorithmGeneticAlgorithmPublic

    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