Skip to content

Files

Latest commit

 

History

History
55 lines (40 loc) · 2.72 KB

README.md

File metadata and controls

55 lines (40 loc) · 2.72 KB

Artificial Hydrocarbon Networks (AHNs) in Julia.

Coverage Status Build Status Issues Doc Status Forks Stars License Issue Stats Issue Stats Join the chat at https://gitter.im/Ismael-VC/HydrocarbonNets.jl

Install:

julia> Pkg.clone("https://github.com/Ismael-VC/HydrocarbonNets.jl.git")
INFO: Cloning HydrocarbonNets from https://github.com/Ismael-VC/HydrocarbonNets.jl.git
INFO: Computing changes...

Update:

julia> Pkg.update()
INFO: Updating METADATA...
INFO: Updating HydrocarbonNets...
INFO: Computing changes...
INFO: No packages to install, update or remove

Test:

julia> Pkg.test("HydrocarbonNets")
INFO: Testing HydrocarbonNets
INFO: HydrocarbonNets tests passed
INFO: No packages to install, update or remove

Uninstall:

julia> Pkg.rm("HydrocarbonNets")
INFO: Removing HydrocarbonNets (unregistered)

Resources:

  • HydrocarbonNets.jl Docs.
  • Artificial Organic Networks Wiki.

To Do:

  • Add support for julia-v0.4+.
  • Add documentation.
  • Implement molecular units and their behavior functions.
  • Work with DataFrames.