.. _method-coliny_ea-initialization_type-unique_random:

"""""""""""""
unique_random
"""""""""""""


Create random initial solutions, but enforce uniqueness (default)


.. toctree::
   :hidden:
   :maxdepth: 1



**Specification**

- *Alias:* None

- *Arguments:* None


**Description**


``unique_random`` is the same as ``simple_random``, except that when a
new solution is generated, it is checked against the rest of the
solutions. If it duplicates any of them, it is rejected.


