Technologies | Project | How to contribute | License
This project was developed with the following technologies:
Jobs Orchestrator is a project to optimize the allocation of jobs in a given set of servers. The project makes use of a construction heuristic and from this solution applies the VND(Variable Neighborhood Descent) algorithm using Swap and Re-insertion as neighborhood movement algorithms.
- Fork this repository;
- Create a branch with your feature:
git checkout -b my-feature
; - Commit your changes:
git commit -m 'feat: My new feature'
; - Push to your branch:
git push origin my-feature
.
After your pull request is merged, you can delete your branch.
This project is under the MIT license. See the LICENSE file for more details.