An open API service indexing awesome lists of open source software.

https://github.com/2catycm/cosmicselection

天择,基于PyTorch的新一代高性能演化计算框架。CosmicSelection: a new generation of high-performance evolutionary computing framework based on PyTorch.
https://github.com/2catycm/cosmicselection

evolutionary-algorithm evolutionary-computation

Last synced: about 2 months ago
JSON representation

天择,基于PyTorch的新一代高性能演化计算框架。CosmicSelection: a new generation of high-performance evolutionary computing framework based on PyTorch.

Awesome Lists containing this project

README

        

# CosmicSelection

“物竞天择,适者生存。”

“自然选择号,前进四!”

## Developer Guide

If you are new to using `nbdev` here are some useful pointers to get you
started.

### Install CosmicSelection in Development mode

``` sh
# make sure CosmicSelection package is installed in development mode
$ pip install -e .

# make changes under nbs/ directory
# ...

# compile to have changes apply to CosmicSelection
$ nbdev_prepare
```

## Usage

### Installation

Install latest from the GitHub
[repository](https://github.com/2catycm/CosmicSelection):

``` sh
$ pip install git+https://github.com/2catycm/CosmicSelection.git
```

or from [conda](https://anaconda.org/2catycm/CosmicSelection)

``` sh
$ conda install -c 2catycm CosmicSelection
```

or from [pypi](https://pypi.org/project/CosmicSelection/)

``` sh
$ pip install CosmicSelection
```

### Documentation

Documentation can be found hosted on this GitHub
[repository](https://github.com/2catycm/CosmicSelection)’s
[pages](https://2catycm.github.io/CosmicSelection/). Additionally you
can find package manager specific guidelines on
[conda](https://anaconda.org/2catycm/CosmicSelection) and
[pypi](https://pypi.org/project/CosmicSelection/) respectively.

## How to use

Fill me in please! Don’t forget code examples:

``` python
1+1
```

2