- 11 Nov, 2022 1 commit
-
-
Ahmad Siavashi authored
-
- 22 Aug, 2022 1 commit
-
-
Ahmad Siavashi authored
-
- 05 Aug, 2022 2 commits
-
-
Ahmad Siavashi authored
Refactor grid package
-
Ahmad Siavashi authored
-
- 02 Aug, 2022 1 commit
-
-
Ahmad Siavashi authored
-
- 06 Jul, 2022 1 commit
-
-
Ahmad Siavashi authored
Update classes to use isGpuEquipped method
-
- 11 Jun, 2022 1 commit
-
-
Ahmad Siavashi authored
-
- 09 Jun, 2022 3 commits
-
-
Ahmad Siavashi authored
-
Ahmad Siavashi authored
-
Ahmad Siavashi authored
-
- 21 Mar, 2022 1 commit
-
-
Ahmad Siavashi authored
-
- 24 May, 2016 9 commits
-
-
rnc-unimelb authored
-
rnc-unimelb authored
-
Rodrigo authored
-
-
sarehfotuhi authored
-
-
Rodrigo authored
-
sarehfotuhi authored
-
sarehfotuhi authored
-
- 23 May, 2016 9 commits
-
-
-
sarehfotuhi authored
-
-
Rodrigo authored
-
rnc-unimelb authored
-
rnc-unimelb authored
-
Rodrigo authored
-
Rodrigo authored
-
Rodrigo authored
-
- 08 Feb, 2016 1 commit
-
-
Nikolay authored
A comprehensive review and improvement of the entire project documentation
-
- 07 Feb, 2016 2 commits
-
-
Manoel Campos authored
The documentation was updated in subclasses that effectively had any difference from the inherited class/interface. In these cases, the tag {@inheritDoc} was used to extend the documentation in the subclass and avoid documentation duplication.
-
Manoel Campos authored
This was the last package updated from the 12 CloudSim packages.
-
- 06 Feb, 2016 2 commits
-
-
Manoel Campos authored
-
Manoel Campos authored
Removed '(non-Javadoc)' comments of methods. These comments were used in overloaded methods, but in fact, they don’t help in anything. They weren’t in javadoc format and have no effect. And after all, when there isn't a javadoc in an overloaded method, the javadoc of the method in the super class is shown. Inserted links to papers cited in several classes.
-
- 04 Feb, 2016 2 commits
-
-
Manoel Campos authored
Documentation of packages org.cloudbus.cloudsim.network and org.cloudbus.cloudsim.power.lists improved.
-
Manoel Campos authored
-
- 02 Feb, 2016 4 commits
-
-
Manoel Campos authored
-
Manoel Campos authored
Included some @todo's suggesting the assessment of some methods used to find an object inside a List in order to reduce search time. One option is to change some List objects by a HashMap. Other details can be seen at the @todo's inside the source code.
-
Manoel Campos authored
Included some @todo's suggesting the assessment of some methods used to find an object inside a List in order to reduce search time. One option is to change some List objects by a HashMap. Other details can be seen at the @todo's inside the source code.
-
Manoel Campos authored
It was made clear that the classes are generators of pseudo random numbers following a given distribution. A link to the distribution's Wikipedia page was included for each class.
-