Currently serving26368packages,22719articles, and64312datasets by1267organizations,13675 maintainers and22231 contributors.
vimc
lcbc-uio
stan-dev
pharmaverse
r-spatial
tidyverse
ropengov
rstudio
r-lib
ropensci
bioc
r-forge
kwb-r
pik-piam
hypertidy
poissonconsulting
mrc-ide
tidymodels
pecanproject
insightsengineering
thinkr-open
inbo
mlr-org
ohdsi
ggseg
modeloriented
paws-r
predictiveecology
ropenspain
flr
bnosac
sciviews
repboxr
mrcieu
openvolley
rmi-pacta
epiverse-trace
nlmixr2
ices-tools-prod
frbcesab
yulab-smu
statnet
riatelab
azure
appsilon
mlverse
bips-hb
rjdverse
cloudyr
epiforecasts
tmsalab
bupaverse
hubverse-org
dreamrs
openpharma
usepa
usaid-oha-si
darwin-eu
coatless-rpkg
ambiorix-web
business-science
easystats
certe-medical-epidemiology
merck
bluegreen-labs
spatstat
uscbiostats
hugheylab
rsquaredacademy
traitecoevo
rikenbit
r-dbi
nutriverse
ifpri
biometris
apache
data-cleaning
terminological
ipeagit
reconhub
ocbe-uio
aus-doh-safety-and-quality
humaniverse
epicentre-msf
rspatial
gesistsa
cogdisreslab
nflverse
ctu-bern
a2-ai
mazamascience
oxfordihtm
cynkra
atsa-es
csids
stscl
Want to learn more about r-universe? Have a look atropensci.org/r-universeor updates from the rOpenSci blog:
Showing 1 of total 1 results (show query)
jbytecode
Machine coded genetic algorithm (MCGA) is a fast tool for real-valued optimization problems. It uses the byte representation of variables rather than real-values. It performs the classical crossover operations (uniform) on these byte representations. Mutation operator is also similar to classical mutation operator, which is to say, it changes a randomly selected byte value of a chromosome by +1 or -1 with probability 1/2. In MCGAs there is no need for encoding-decoding process and the classical operators are directly applicable on real-values. It is fast and can handle a wide range of a search space with high precision. Using a 256-unary alphabet is the main disadvantage of this algorithm but a moderate size population is convenient for many problems. Package also includes multi_mcga function for multi objective optimization problems. This function sorts the chromosomes using their ranks calculated from the non-dominated sorting algorithm.
Maintained by Mehmet Hakan Satman. Last updated 1 years ago.
cpp