Skip to content

Commit ff72fd2

Browse files
authored
Update README.md (#17)
Tiny tweak in Readme
1 parent c242856 commit ff72fd2

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ Detailed information about this framework can be found in [[1, 2]](#references).
1313
### 🛠 Requirements:
1414

1515
* 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:
1717
```shell
1818
conda install -c apple tensorflow-deps
1919
```
2020
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.
2121

2222
## 🧰 Modules
2323

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:
2525

2626
![Module Dependency Diagram](https://github.com/jcrvz/customhys/blob/master/docfiles/dependency_diagram.png?raw=true)
2727

@@ -35,7 +35,7 @@ Source: [``benchmark_func.py``](customhys/benchmark_func.py)
3535

3636
### 👯‍♂️ Population
3737

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 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.
3939

4040
Source: [``population.py``](customhys/population.py)
4141

@@ -71,7 +71,7 @@ Source: [``tools.py``](customhys/tools.py)
7171

7272
### 🧠 Machine Learning
7373

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 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.
7575

7676
Source: [``machine_learning.py``](customhys/machine_learning.py)
7777

@@ -210,7 +210,9 @@ These are the conference articles that have been presented using this framework:
210210
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)
211211
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)
212212

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.
214216

215217
<a href="https://tec.mx/en" target="_blank"><img src="https://github.com/jcrvz/customhys/raw/master/docfiles/logoTEC_full.png" width="250"></a>
216218
<a href="http://www.cas.cn/" target="_blank"><img src="https://github.com/jcrvz/customhys/raw/master/docfiles/cas_logo.png" width="250"></a>

0 commit comments

Comments
 (0)