Skip to content

Commit

Permalink
(#23) change src as pycellga
Browse files Browse the repository at this point in the history
  • Loading branch information
SevgiAkten committed Aug 14, 2024
1 parent d703684 commit ab871da
Show file tree
Hide file tree
Showing 189 changed files with 1,373 additions and 1,372 deletions.
8 changes: 1 addition & 7 deletions docs/modules.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,4 @@ pycellga
.. toctree::
:maxdepth: 4

src
byte_operators
grid
individual
optimizer
population

pycellga
53 changes: 53 additions & 0 deletions docs/pycellga.example.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
pycellga.example package
========================

Submodules
----------

pycellga.example.example\_alpha\_cga module
-------------------------------------------

.. automodule:: pycellga.example.example_alpha_cga
:members:
:undoc-members:
:show-inheritance:

pycellga.example.example\_ccga module
-------------------------------------

.. automodule:: pycellga.example.example_ccga
:members:
:undoc-members:
:show-inheritance:

pycellga.example.example\_cga module
------------------------------------

.. automodule:: pycellga.example.example_cga
:members:
:undoc-members:
:show-inheritance:

pycellga.example.example\_mcccga module
---------------------------------------

.. automodule:: pycellga.example.example_mcccga
:members:
:undoc-members:
:show-inheritance:

pycellga.example.example\_sync\_cga module
------------------------------------------

.. automodule:: pycellga.example.example_sync_cga
:members:
:undoc-members:
:show-inheritance:

Module contents
---------------

.. automodule:: pycellga.example
:members:
:undoc-members:
:show-inheritance:
85 changes: 85 additions & 0 deletions docs/pycellga.mutation.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
pycellga.mutation package
=========================

Submodules
----------

pycellga.mutation.bit\_flip\_mutation module
--------------------------------------------

.. automodule:: pycellga.mutation.bit_flip_mutation
:members:
:undoc-members:
:show-inheritance:

pycellga.mutation.byte\_mutation module
---------------------------------------

.. automodule:: pycellga.mutation.byte_mutation
:members:
:undoc-members:
:show-inheritance:

pycellga.mutation.byte\_mutation\_random module
-----------------------------------------------

.. automodule:: pycellga.mutation.byte_mutation_random
:members:
:undoc-members:
:show-inheritance:

pycellga.mutation.float\_uniform\_mutation module
-------------------------------------------------

.. automodule:: pycellga.mutation.float_uniform_mutation
:members:
:undoc-members:
:show-inheritance:

pycellga.mutation.insertion\_mutation module
--------------------------------------------

.. automodule:: pycellga.mutation.insertion_mutation
:members:
:undoc-members:
:show-inheritance:

pycellga.mutation.mutation\_operator module
-------------------------------------------

.. automodule:: pycellga.mutation.mutation_operator
:members:
:undoc-members:
:show-inheritance:

pycellga.mutation.shuffle\_mutation module
------------------------------------------

.. automodule:: pycellga.mutation.shuffle_mutation
:members:
:undoc-members:
:show-inheritance:

pycellga.mutation.swap\_mutation module
---------------------------------------

.. automodule:: pycellga.mutation.swap_mutation
:members:
:undoc-members:
:show-inheritance:

pycellga.mutation.two\_opt\_mutation module
-------------------------------------------

.. automodule:: pycellga.mutation.two_opt_mutation
:members:
:undoc-members:
:show-inheritance:

Module contents
---------------

.. automodule:: pycellga.mutation
:members:
:undoc-members:
:show-inheritance:
61 changes: 61 additions & 0 deletions docs/pycellga.neighborhoods.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
pycellga.neighborhoods package
==============================

Submodules
----------

pycellga.neighborhoods.compact\_13 module
-----------------------------------------

.. automodule:: pycellga.neighborhoods.compact_13
:members:
:undoc-members:
:show-inheritance:

pycellga.neighborhoods.compact\_21 module
-----------------------------------------

.. automodule:: pycellga.neighborhoods.compact_21
:members:
:undoc-members:
:show-inheritance:

pycellga.neighborhoods.compact\_25 module
-----------------------------------------

.. automodule:: pycellga.neighborhoods.compact_25
:members:
:undoc-members:
:show-inheritance:

pycellga.neighborhoods.compact\_9 module
----------------------------------------

.. automodule:: pycellga.neighborhoods.compact_9
:members:
:undoc-members:
:show-inheritance:

pycellga.neighborhoods.linear\_5 module
---------------------------------------

.. automodule:: pycellga.neighborhoods.linear_5
:members:
:undoc-members:
:show-inheritance:

pycellga.neighborhoods.linear\_9 module
---------------------------------------

.. automodule:: pycellga.neighborhoods.linear_9
:members:
:undoc-members:
:show-inheritance:

Module contents
---------------

.. automodule:: pycellga.neighborhoods
:members:
:undoc-members:
:show-inheritance:
29 changes: 29 additions & 0 deletions docs/pycellga.problems.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
pycellga.problems package
=========================

Subpackages
-----------

.. toctree::
:maxdepth: 4

pycellga.problems.single_objective

Submodules
----------

pycellga.problems.abstract\_problem module
------------------------------------------

.. automodule:: pycellga.problems.abstract_problem
:members:
:undoc-members:
:show-inheritance:

Module contents
---------------

.. automodule:: pycellga.problems
:members:
:undoc-members:
:show-inheritance:
Loading

0 comments on commit ab871da

Please sign in to comment.