Skip to content

Commit 13ac039

Browse files
authoredAug 6, 2020
Add files via upload
1 parent 14cc3cc commit 13ac039

File tree

3 files changed

+240
-78
lines changed

3 files changed

+240
-78
lines changed
 

‎docs/source/Footer.rst

+35-17
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,24 @@ is applied based on this parameter.
302302

303303
.. _header-n115:
304304

305+
PyGAD 2.6.0
306+
------------
307+
308+
Release Date: 6 August 2020
309+
310+
1. A bug fix in assigning the value to the ``initial_population``
311+
parameter.
312+
313+
2. A new parameter named ``gene_type`` is added to control the gene
314+
type. It can be either ``int`` or ``float``. It has an effect only
315+
when the parameter ``gene_space`` is ``None``.
316+
317+
3. 7 new parameters that accept callback functions: ``on_start``,
318+
``on_fitness``, ``on_parents``, ``on_crossover``, ``on_mutation``,
319+
``on_generation``, and ``on_stop``.
320+
321+
.. _header-n124:
322+
305323
PyGAD Projects at GitHub
306324
========================
307325

@@ -310,7 +328,7 @@ https://pypi.org/project/pygad. PyGAD is built out of a number of
310328
open-source GitHub projects. A brief note about these projects is given
311329
in the next subsections.
312330

313-
.. _header-n117:
331+
.. _header-n126:
314332

315333
`GeneticAlgorithmPython <https://github.com/ahmedfgad/GeneticAlgorithmPython>`__
316334
--------------------------------------------------------------------------------
@@ -321,7 +339,7 @@ GitHub Link: https://github.com/ahmedfgad/GeneticAlgorithmPython
321339
is the first project which is an open-source Python 3 project for
322340
implementing the genetic algorithm based on NumPy.
323341

324-
.. _header-n120:
342+
.. _header-n129:
325343

326344
`NumPyANN <https://github.com/ahmedfgad/NumPyANN>`__
327345
----------------------------------------------------
@@ -335,7 +353,7 @@ neural network without using a training algorithm. Currently, it only
335353
supports classification and later regression will be also supported.
336354
Moreover, only one class is supported per sample.
337355

338-
.. _header-n123:
356+
.. _header-n132:
339357

340358
`NeuralGenetic <https://github.com/ahmedfgad/NeuralGenetic>`__
341359
--------------------------------------------------------------
@@ -348,7 +366,7 @@ projects
348366
`GeneticAlgorithmPython <https://github.com/ahmedfgad/GeneticAlgorithmPython>`__
349367
and `NumPyANN <https://github.com/ahmedfgad/NumPyANN>`__.
350368

351-
.. _header-n126:
369+
.. _header-n135:
352370

353371
`NumPyCNN <https://github.com/ahmedfgad/NumPyCNN>`__
354372
----------------------------------------------------
@@ -360,7 +378,7 @@ convolutional neural networks using NumPy. The purpose of this project
360378
is to only implement the **forward pass** of a convolutional neural
361379
network without using a training algorithm.
362380

363-
.. _header-n129:
381+
.. _header-n138:
364382

365383
`CNNGenetic <https://github.com/ahmedfgad/CNNGenetic>`__
366384
--------------------------------------------------------
@@ -372,7 +390,7 @@ convolutional neural networks using the genetic algorithm. It uses the
372390
`GeneticAlgorithmPython <https://github.com/ahmedfgad/GeneticAlgorithmPython>`__
373391
project for building the genetic algorithm.
374392

375-
.. _header-n132:
393+
.. _header-n141:
376394

377395
Submitting Issues
378396
=================
@@ -389,7 +407,7 @@ is not working properly or to ask for questions.
389407
If this is not a proper option for you, then check the **Contact Us**
390408
section for more contact details.
391409

392-
.. _header-n136:
410+
.. _header-n145:
393411

394412
Ask for Feature
395413
===============
@@ -406,7 +424,7 @@ to ahmed.f.gad@gmail.com.
406424

407425
Also check the **Contact Us** section for more contact details.
408426

409-
.. _header-n140:
427+
.. _header-n149:
410428

411429
Projects Built using PyGAD
412430
==========================
@@ -425,15 +443,15 @@ Within your message, please send the following details:
425443

426444
- Preferably, a link that directs the readers to your project
427445

428-
.. _header-n151:
446+
.. _header-n160:
429447

430448
For More Information
431449
====================
432450

433451
There are different resources that can be used to get started with the
434452
genetic algorithm and building it in Python.
435453

436-
.. _header-n153:
454+
.. _header-n162:
437455

438456
Tutorial: Implementing Genetic Algorithm in Python
439457
--------------------------------------------------
@@ -457,7 +475,7 @@ good resource to start with coding the genetic algorithm.
457475

458476
|image0|
459477

460-
.. _header-n164:
478+
.. _header-n173:
461479

462480
Tutorial: Introduction to Genetic Algorithm
463481
-------------------------------------------
@@ -476,7 +494,7 @@ which is available at these links:
476494

477495
|image1|
478496

479-
.. _header-n174:
497+
.. _header-n183:
480498

481499
Tutorial: Build Neural Networks in Python
482500
-----------------------------------------
@@ -496,7 +514,7 @@ available at these links:
496514

497515
|image2|
498516

499-
.. _header-n184:
517+
.. _header-n193:
500518

501519
Tutorial: Optimize Neural Networks with Genetic Algorithm
502520
---------------------------------------------------------
@@ -516,7 +534,7 @@ available at these links:
516534

517535
|image3|
518536

519-
.. _header-n194:
537+
.. _header-n203:
520538

521539
Tutorial: Building CNN in Python
522540
--------------------------------
@@ -542,7 +560,7 @@ good resource to start with coding CNNs.
542560

543561
|image4|
544562

545-
.. _header-n207:
563+
.. _header-n216:
546564

547565
Tutorial: Derivation of CNN from FCNN
548566
-------------------------------------
@@ -561,7 +579,7 @@ which is available at these links:
561579

562580
|image5|
563581

564-
.. _header-n217:
582+
.. _header-n226:
565583

566584
Book: Practical Computer Vision Applications Using Deep Learning with CNNs
567585
--------------------------------------------------------------------------
@@ -587,7 +605,7 @@ Find the book at these links:
587605
.. figure:: https://user-images.githubusercontent.com/16560492/78830077-ae7c2800-79e7-11ea-980b-53b6bd879eeb.jpg
588606
:alt:
589607

590-
.. _header-n232:
608+
.. _header-n241:
591609

592610
Contact Us
593611
==========

0 commit comments

Comments
 (0)