alchemist
alchemist
/
it.unibo.alchemist.model.implementations.neighborhoods
/
Neighborhoods
/
Companion
Companion
object
Companion
Content copied to clipboard
Functions
Functions
make
Link copied to clipboard
@
JvmStatic
@
JvmOverloads
fun
<
T
,
P
:
Position
<
P
>
>
make
(
env
:
Environment
<
T
,
P
>
,
center
:
Node
<
T
>
,
neighbors
:
Iterable
<
Node
<
T
>
>
=
emptyList()
)
:
SimpleNeighborhood
<
T
,
P
>
Content copied to clipboard
Creates a
SimpleNeighborhood
.