Where can i find the VM allocation and selection policies for migration ? and also, in github i found many versions of CloudSim, but the problem is that the version 3 still the most clear and clean one, i don't know why in some releases they don't include the docs like in version 3.0.3, also in cloudsim 4, i found two packages, one that includes only the class files, and the other with the source files, i mean why don't they just put everything in one single asset, and in the main repository they did't include the docs folder, even though it's really important, also they did't include the jar folder that has the jar files which contains source and classes with examples.
I found the allocation and selection policies that I've been looking for, in CloudSim 3 they were in the: "examples/org/cloudbus/cloudsim/examples/power/random/" directory, in which we can find the Mmt, Lr ...etc. And the examples combining those policies are in: "org/cloudbus/cloudsim/power/" folder. Migration Examples DirectoryMigration Policies Directory