All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.cloudsimplus.heuristics.package-info Maven / Gradle / Ivy

Go to download

CloudSim Plus: A modern, highly extensible and easier-to-use Java 8 Framework for Modeling and Simulation of Cloud Computing Infrastructures and Services

There is a newer version: 8.0.0
Show newest version
/**
 * Provides a set of interfaces and classes to develop heuristics to
 * find sub-optimal solutions for problems, considering some
 * utility function that has to be minimized or maximized.
 * Such a function is also called a fitness function and as higher is the fitness
 * better the found solution is.
 *
 * 

* Different heuristics include * Simulated Annealing, * Tabu Search and * Ant Colony Optimization. *

* *

The first introduced heuristic is the {@link org.cloudsimplus.heuristics.CloudletToVmMappingSimulatedAnnealing} * that is used by a {@link org.cloudbus.cloudsim.brokers.DatacenterBrokerHeuristic} * to map Cloudlets to VMs.

* * @author Manoel Campos da Silva Filho */ package org.cloudsimplus.heuristics;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy