Skip to content

ABCoptim

Implementation of Artificial Bee Colony (ABC) Optimization

v0.15.0 · Nov 6, 2017 · MIT + file LICENSE

Description

An implementation of Karaboga (2005) Artificial Bee Colony Optimization algorithm <http://mf.erciyes.edu.tr/abc/pub/tr06_2005.pdf>. This (working) version is a Work-in-progress, which is why it has been implemented using pure R code. This was developed upon the basic version programmed in C and distributed at the algorithm's official website.

Downloads

779

Last 30 days

4602nd

2.3K

Last 90 days

9.2K

Last year

Trend: 0% (30d vs prior 30d)

CRAN Check Status

14 OK
Show all 14 flavors
Flavor Status
r-devel-linux-x86_64-debian-clang OK
r-devel-linux-x86_64-debian-gcc OK
r-devel-linux-x86_64-fedora-clang OK
r-devel-linux-x86_64-fedora-gcc OK
r-devel-macos-arm64 OK
r-devel-windows-x86_64 OK
r-oldrel-macos-arm64 OK
r-oldrel-macos-x86_64 OK
r-oldrel-windows-x86_64 OK
r-patched-linux-x86_64 OK
r-release-linux-x86_64 OK
r-release-macos-arm64 OK
r-release-macos-x86_64 OK
r-release-windows-x86_64 OK

Changelog

Full NEWS →

v0.15.0

# Changes in ABCoptim version 0.15.0 (2017-11-05)

abc_cpp now checks the domain of the function.

• New arguments parscale and fnscale added (see stats::optim)

• New print and plot method for abc_answer class object.

Check History

OK 14 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 12, 2026
ERROR 13 OK · 0 NOTE · 0 WARNING · 1 ERROR · 0 FAILURE Mar 11, 2026
ERROR r-devel-linux-x86_64-fedora-gcc

whether package can be installed

Installation failed.
See ‘/data/gannet/ripley/R/packages/tests-devel/ABCoptim.Rcheck/00install.out’ for details.
OK 14 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 10, 2026

Dependency Network

Dependencies Reverse dependencies Rcpp ABCoptim

Version History

new 0.15.0 Mar 10, 2026
updated 0.15.0 ← 0.14.0 diff Nov 5, 2017
updated 0.14.0 ← 0.13.11 diff Nov 16, 2016
updated 0.13.11 ← 0.13.10 diff Nov 5, 2013
new 0.13.10 Nov 4, 2013