-
Notifications
You must be signed in to change notification settings - Fork 5
/
README.rmd
47 lines (29 loc) · 1.06 KB
/
README.rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
title: "BASmatlab"
output: github_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
## BASmatlab
>A matlab toolbox for implementation for BAs and BAS-based optimization algorithms.
## Installation
1. Download `BASmatlab.zip` and unzip it to a local directory.
2. Run `install.m`
## To do list
Algorithm:
- ~~BAS~~
- ~~BSAS~~
- ~~BAS-WPT(without parameter tuning)(Xiangyuan Jiang)~~
- ~~BSO(Beetle Swarm Optimizaiton) (Tiantian Wang)~~
- ...
UI interface:
- ...
Documents:
- [中文文档](https://github.com/jywang2016/BASmatlab/blob/master/doc/manual.pdf)
You can list your requirements in the [issues](https://github.com/jywang2016/BASmatlab/issues). Furthermore, if you have a good idea about BAS's mutations, pull requests and discussions are welcome. Contact me by email: <[email protected]>
## References
[References](https://github.com/jywang2016/rBAS#references)
## License
The project is released under the terms of the GPL-3.0.
Copyright © 2019 Jiangyu Wang