You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,15 +13,15 @@ Detailed information about this framework can be found in [[1, 2]](#references).
13
13
### 🛠 Requirements:
14
14
15
15
* Check the [requirements.txt](requirements.txt) file.
16
-
* For Apple Silicon, one may need to install TensorFlow via `conda` such as:
16
+
* For Apple Silicon, one may need to install TensorFlow via `conda`, such as:
17
17
```shell
18
18
conda install -c apple tensorflow-deps
19
19
```
20
20
Further information can be found at [Install TensorFlow on Mac M1/M2 with GPU support](https://medium.com/mlearning-ai/install-tensorflow-on-mac-m1-m2-with-gpu-support-c404c6cfb580) by D. Ganzaroli.
21
21
22
22
## 🧰 Modules
23
23
24
-
The modules that comprise this framework depend on some basic Python packages, as well as they liaise each other. The module dependency diagram is presented as follows:
24
+
The modules that comprise this framework depend on some basic Python packages, and they liaise with each other. The module dependency diagram is presented as follows:
This module contains the class Population. A Population object corresponds to a set of agents or individuals within a problem domain. These agents themselves do not explore the function landscape, but they know when to update the position according to a selection procedure.
38
+
This module contains the class Population. A Population object corresponds to a set of agents or individuals within a problem domain. These agents themselves do not explore the function landscape, but they know when to update their position according to a selection procedure.
This module contains the implementation of Machine Learning models which can power a hyper-heuristic model from this framework. In particular, it is implemented a wrapper for a Neural Network model from Tensorflow. Also, contains auxiliary data structures which process sample of sequences to generate training data for Machine Learning models.
74
+
This module contains the implementation of Machine Learning models, which can power a hyper-heuristic model from this framework. In particular, it is implemented a wrapper for a Neural Network model from Tensorflow. Also, contains auxiliary data structures which process samples of sequences to generate training data for Machine Learning models.
@@ -210,7 +210,9 @@ These are the conference articles that have been presented using this framework:
210
210
1.[J. M. Cruz-Duarte, I. Amaya, J. C. Ortiz-Bayliss, N. Pillay. _A Transfer Learning Hyper-heuristic Approach for Automatic Tailoring of Unfolded Population-based Metaheuristics_, **2022 IEEE Congress on Evolutionary Computation (CEC)**, 2022.](https://doi.org/10.1109/CEC55065.2022.9870426)
211
211
1.[J. M. Cruz-Duarte, I. Amaya, J. C. Ortiz-Bayliss, N. Pillay. _Automated Design of Unfolded Metaheuristics and the Effect of Population Size_. **2021 IEEE Congress on Evolutionary Computation (CEC)**, 1155–1162, 2021.](https://doi.org/10.1109/CEC45853.2021.9504879)
212
212
213
-
## Sponsors
213
+
## Former Sponsors
214
+
215
+
This project was born thanks to the initial support of the institutions listed below from 2019 to 2021. They are no longer maintaining it or involved in any form, and perhaps they don't even know they were part of it. Now, it is an independent project maintained by some volunteers, including its creator, who appreciate the contribution of those men in suits who once approved that boring budget line that allowed us, you and me, to share these words.
0 commit comments