User Tools

Site Tools


people:demitri_maestas:work_log

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
people:demitri_maestas:work_log [2017/09/29 10:06] – [Demitri's WorkLog:] chucho2people:demitri_maestas:work_log [2017/09/30 06:08] (current) chucho2
Line 2: Line 2:
 ====== Demitri's WorkLog: ====== ====== Demitri's WorkLog: ======
  
-29-Sep-2017 04:05:40AM-0600 +----
-Accomplishments:  +
--Heavily worked on the scouting mechanism to help a nucleus determine its relative location compared to the Neural structure (or lack thereof) and determine the best course of action.+
  
--Gave some basic sanity checking to the nucleus before construction.+==== 29-Sep-2017 11:36:45PM-0600 ====
  
-Questions: +Thanks to some old guy who doesn't sleepI was able to implement an elegant solution for an inversion of the C2D x and y. The following was sent to me by DrAckley: 
--What is the "best" way to work with coordinates? More specificallywhat is the best way to work with getting a direction opposite to you in a robust way? Let's say I'm moving in (1,1) each stepHow can I determine that I should be going (-1,-1If I want to switch directions? +<code> 
-I can think of some solutions, but they are not very elegant. +C2D offset = someFunction(); 
 +C2D opposite = -offset; 
 +</code>
  
-Comments: +So, when scout hits another neuron, or a Myelin sheath, it will immediately invert direction to report that information back to the neuron 
-- I'm drinking chocolate Pinon coffeeand it's really hitting the spot. +
- --- //[[chucho2@unm.edu|Demitri D Maestas]] 2017/09/29 03:59//+
  
 +**Accomplishments**: 
 +  * Determined that in the spirit of keeping stigmergy a thing, The system will move a little slower than an optimized neuron. 
  
 +  * Re-formatted my worklog on the wiki
  
-12-Sep-2017 08:35:47PM-0600 + 
--Re-factored the look and feel of the wiki page, made a project page for myself with my blue sky ideas.+**Questions**: 
 +   * What's a good way to determine how much information I should hold in a single neuron? There is 91 bits in our atom, which means 2^(91) (or something like that) possible combinations of bits in our memory. What if we don't need that much? How do we determine a re-structuring if we find out we need more than we've engineered for?  
 + 
 +**Comments**: 
 +  * I'll make sure to verify that the off-by-one error will fix not affect performance. 
 +  * You're never too old for trix. 
 + 
 + --- //[[chucho2@unm.edu|Demitri D Maestas]] 2017/09/30 00:08// 
 +---- 
 + 
 +==== 29-Sep-2017 04:05:40AM-0600 ==== 
 + 
 + 
 +**Accomplishments**:  
 +  * Heavily worked on the scouting mechanism to help a nucleus determine its relative location compared to the Neural structure (or lack thereof) and determine the best course of action. 
 + 
 +  * Gave some basic sanity checking to the nucleus before construction. 
 + 
 + 
 +**Questions**: 
 +   * What is the "best" way to work with coordinates? More specifically, what is the best way to work with getting a direction opposite to you in a robust way? Let's say I'm moving in (1,1) each step. How can I determine that I should be going (-1,-1) If I want to switch directions? I can think of some solutions, but they are not very elegant.  
 + 
 +**Comments**: 
 +  * I'm drinking a chocolate Pinon coffee, and it's really hitting the spot. 
 +  
 +--- //[[chucho2@unm.edu|Demitri D Maestas]] 2017/09/29 03:59// 
 + 
 + 
 +---- 
 + 
 +==== 12-Sep-2017 08:35:47PM-0600 ==== 
 + 
 + 
 +**Accomplishments**: 
 +   Re-factored the look and feel of the wiki page, made a project page for myself with my blue sky ideas.
  --- //[[chucho2@unm.edu|Demitri D Maestas]] 2017/09/12 08:35//  --- //[[chucho2@unm.edu|Demitri D Maestas]] 2017/09/12 08:35//
people/demitri_maestas/work_log.1506679586.txt.gz · Last modified: 2017/09/29 10:06 by chucho2