Обход неизвестного графа коллективом автоматов. Недетерминированный случай (original) (raw)

Исследование графа взаимодействующими автоматами

Вестник Томского государственного университета. Управление, вычислительная техника и информатика, 2014

The paper describes the learning an unknown oriented graph by automata traversing the arcs of the graph and exchanging messages. The learning completes when each arc has been traversed by at least one automaton. Section 1 discusses the problems of identification of arcs and nodes in the graph, ways of exchanging messages between automata and interaction of the automata with the graph. The arcs outgoing from the same node are considered enumerated. When traversing the graph, each automaton indicates the number of the arc outgoing from the current node. The nodes have unique identifiers. The exceptions are sinks and nodes with only one incoming arc: these nodes can have empty identifier. Automaton can recognize the identifier of the current node and the number of outgoing arcs. The automata interaction media provides message transfer from one automaton to another in a limited time. The following primitives are recognized: "send message" indicating the receiver address and "receive message from any sender". Section 2 describes the idea of the algorithm. Automata are divided into regulators and runners. Runners traverse the arcs of the graph. When in a new (yet untraversed) node, runner becomes its regulator. The node regulator controls the runners travel along the arcs outgoing from this node. The regulator of the initial node, in addition, generates new runners. During execution, the graph description is created in the cumulative memory of the regulators as a spanning tree of the already traversed part of the graph oriented form the initial node. To navigate the runners, the following message is used: "where to" from runner to regulator and response message "traverse the arc" indicating the arc number and the address of the regulator of the arc terminal node if this arc has already been traversed. Regulator sends runners either along the arcs of the tree or along untraversed arcs. After traversing an untraversed arc, runners learn the identifier of its terminal node, but it needs to know whether this node has been already traversed. To get this information, the "poll" message is sent iterating all regulators linked into a list of addresses. If the node has been traversed, the node regulator sends the response message to the runner indicating its address, and the runner resends this address to the regulator of the initial node of the traversed chord in the "finish" message. This message is also used to indicate the traversal end: the regulator of the tree arc terminal node sends "finish" to the regulator of the arc initial node if it has received "finish" along all outgoing arcs. The traversal is over when regulator of the initial node receives "finish" along all outgoing arcs. Section 3 gives the estimate of the traversal time ®(m+nD), where n is a number of nodes, m is a number of arcs, and D is the maximal number of nodes with nonempty identifiers on the graph path from the initial node. The conclusion describes possible directions of further work: learning of nondeterministic graphs, use of external memory, learning graphs of special kind.

Случайные графы и грамматики на графах

Дискретная математика, 1998

Случайные графы и грамматики на графах © 1998 г. В. А. Малышев Дается определение и изучаются простейшие свойства случайных грам матик на графах (многомерное обобщение случайной грамматики). Одним из базовых примеров является эволюция случайных графов, близкая по духу к теории ветвящихся процессов. Изучается асимптотический рост числа связных компонент и независимых циклов, локальные свойства, фазовая диаграмма, шкалы топологии.

Свідоме і несвідоме у груповій взаємодії

Свідоме і несвідоме у груповій взаємодії, 2018

У монографії висвітлюються результати дослідження особливостей групової взаємодії в різних типах груп: навчальних, психотерапевтичних, гомогенних та гетерогенних за гендерним складом, новостворених і давно сформованих та стабільно функціонуючих. Особливу увагу приділено рольовій взаємодії та комунікації як тому виду взаємодії, який розкриває механізми взаємодії членів групи, що характеризуються певними соціально-психологічними статусами в ній. На основі узагальнень результатів теоретичних і емпіричних досліджень виокремлено теоретико-методологічні засади вивчення та розроблено концепцію групової взаємодії, яка спирається на уявлення про паралельні свідомі та несвідомі процеси групової динаміки, феноменологію архетипів, групових ритуалів, психологічних захистів тощо. Розроблено методичний інструментарій регуляції конфліктної взаємодії в групі та між групами, а також долання напруги в процесі цієї взаємодії. Для науковців-психологів, викладачів психології вищих навчальних закладів, студентів, фахівців у галузях соціальної роботи, освіти, управління соціальними процесами та політичного менеджменту.

Фазовый переход в задаче о границе-выход для случайных блужданий на группах

Функциональный анализ и его приложения, 2015

Фазовый переход в задаче о границе-выход для случайных блужданий на группах * c 2015. A. М. Вершик, А. В. Малютин Памяти Е. Б. Дынкина В работе описывается полная граница-выход случайных блужданий на однородных деревьях, в том числе на свободных группах. В этой модели существует фазовый переход, состоящий в потере эргодичности семейства марковских мер при изменении параметра случайного блуждания. Рассматриваемая проблема является частным случаем задачи об инвариантных (центральных) мерах на графах ветвления, охватывающей целый ряд проблем комбинаторики, теории представлений, теории вероятностей и в полном объеме поставленной в серии недавних работ первого автора [1]-[3]. С другой стороны, близкие задачи в контексте теории марковских процессов обсуждались еще в 60-х годах Е. Б. Дынкиным. * Работа поддержана грантом РНФ 14-11-00581. 1) По терминологии этих работ-пространств выходов (входов).

Графомания и всемирный заговор элит

2020

Рецензия на монографию Николаса Правды «Кровавые иллюминаты: оккультные ритуалы элиты» (Illuminatenblut – die okkulten Rituale der Elite). Издательство «Амадеус», Гамбург 2018, ISBN 978-3-93865-49-5, 288 страниц.

Алгоритм распознавания графов тремя агентами

Problem of exploration finite unknown graph by a collective of agents is considered in this work. Two agents-researchers simultaneously move on graph, they read and change marks of graph elements, transfer the information to the agent-experimenter. It builds explored graph representation. The algorithm cubic (from amount of nodes of the graph) time and quadratic capacity complexities is proposed. It recognizes any finite non-oriented graph. For graph exploration each agent needs two different marks (in total three colors). The method is based on depth-first traversal method.