2016년 8월 3일 수요일

Julia 연습 14

In [ ]:
#
# 나는 julia 를 사랑하는가
#
In [2]:
# Interfaces
#


# Iteration
#   start(iter)
#   next(iter, state)
#   done(iter, state)
#   eltype(IterType)
#   length(iter)
#

# Indexing
#   getindex(X, i)
#   setindex!(X, v, i)
#   endof(X)

# AbstractArrays

Firefly Algorithms

firefly algorithm 001 Firefly Algorithms ¶ 반딧불 알고리즘 번역 요약 ¶ References [1] X. S. Y...