maximization
There are 28 repositories under maximization topic.
ujjwalkhandelwal/pso_particle_swarm_optimization
Implemented fully documented Particle Swarm Optimization algorithm (basic model with few advanced features) using Python programming language
Atul-Anand-Jha/Optimization-LinearProgramming-Python
To implement Optimization (maximization) problem through Linear programming in Python Language.
AliMarouf97/GeneticAlgorithm
The library provides a general genetic algorithm. It is simple, easy to use, and very fast. All you need to do is to define the fitness function and its variables. There are many examples of how to deal with classic genetic algorithms problems.
sudhan-bhattarai/HHCRP-2_new_model
Multi-period Home Healthcare Routing Problem (HHCRP) with qualification, synchronization and time windows constraints.
javiervales/mt-simulated-annealing
A multi-threaded Simulated Annealing core in C
LaurentVeyssier/Maximize-Revenues-with-Thompson-Sampling
Maximize revenues of Online Retail Business with Thompson Sampling algorithm
ruchirtoshniwal/HackFest-HackerRank2020
solution of problems !!
e-candeloro/Modified-TSP-Optimization
A modified Traveling Salesman Problem (TSP) optimization where a directed graph tour starting and ending at the first node is chosen so to maximize a custom objective function (net profit)
FGP310592/ParticleSwarmOptimization
Great repository to learn about particle swarm optimization. It provides the basic tools to automatically for optimization / fitting, etc.
methodswithclass/evolve
An Evolutionary Algorithm written in JavaScript that can take in any generic module representing a problem to be optimized
minheenista/SimplexGraphicalMethod
Python program to solve problems using the simplex method, with options for graphical mode and dual method, addressing both maximization and minimization problems.
AlexSicoe/Maximisation-Genetic-Algorithm
Profit Maximisation Function using GA
dylancodeverse/Simplex
A comprehensive collection of implementations and resources related to the SIMPLEX algorithm.
Inspiaaa/Evo
Lightweight Tool for Genetic Algorithms in Python
MingaudasVagonis/reduced-gradient-ellipsoid
Calculating the maximum semi-ellipsoid volume using Reduced Gradient Descent method with total surface area given as a constraint.
ron4fun/SimplexCPP
SimplexCPP is a c++ library that helps solves `Linear Programming Equations` i.e Maximization problems, easily also providing you with neat results.
sindhusweety/Linear-Programming-Problem-Solver
Linear Programming Problem Solver
ugnmura/Secretary-Problem-Simulation
Simulation of the Secretary Problem
victordlp8/mcBase64x32
A high-performance Base64x32 implementation specialized for maximizing data storage in Minecraft books using numpy vectorized operations.
FiryanulRizky/RisetOperasi_SimpleksMaksimasi
Projek Akhir Semester Riset Operasi
Gap1512/genetic-algorithms
A series of genetic algorithms in Common Lisp and Racket, evolving from simple to more complex ones
LasseyMiracle/Linear-Programming_maximization-and-minimization-problem
Linear programming for optimization operations research problems- minimization-maximization
maan-patel/AI-Tic-Tac-Toe
Using the Minimax algorithm, an AI Tic Tac Toe game is implemented.
paytonshaltis/easy-enroll
Enrolls a number of students into classes based on a weighted priority system. Priority is based on number of requested courses, current grade level, and semesters until graduation. Takes a CSV file as input and outputs a CSV file of each student and the courses that they should be enrolled in.
sindhusweety/Bland-Simplex_method
Simplex-Method using Bland Rule
evgenii-studitskikh/react-list-maximization
Example of maximization for items list when user is scrolling the page
ron4fun/SimplexPy
SimplexPy is a compact python library that automatically solves `Linear Programming Equations` i.e Maximization problems, easily and quickly while giving you neat results.